File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -41,13 +41,13 @@ Features:
4141 ```
4242 Or download release jars from https://github.com/scm4j/scm4j-vcs-svn/releases
4343- Code snippet
44- ``` java
44+ ```java
4545 public static final String WORKSPACE_DIR = System.getProperty("java.io.tmpdir") + "svn-workspaces";
4646 IVCSWorkspace workspace = new VCSWorkspace(WORKSPACE_DIR);
4747 String repoUrl = "https://github.com/MyUser/MyRepo";
4848 IVCSRepositoryWorkspace repoWorkspace = workspace.getVCSRepositoryWorkspace(repoUrl);
4949 IVCS vcs = new SVNVCS(repoWorkspace, "username", "pass");
50- ```
50+ ```
5151- Use methods of ` IVCS ` interface. See [ scm4j-vcs-api] ( https://github.com/scm4j/scm4j-vcs-api ) for details
5252- Use ` vcs.setProxy() ` and ` vcs.setCredentials() ` if necessary
5353
You can’t perform that action at this time.
0 commit comments