We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9cb32d0 commit 4571671Copy full SHA for 4571671
README.md
@@ -43,6 +43,7 @@ Pk-vcs-svn is lightweight library for execute basic SVN VCS operations (merge, b
43
```java
44
IVCS vcs = new SVNVCS(repoWorkspace, username, pass);
45
```
46
+- Use methods of `IVCS` interface. See [pk-vcs-api](https://github.com/ProjectKaiser/pk-vcs-api) for details
47
- Use `vcs.setProxy()` and `vcs.setCredentials()` if neccessary
48
49
# Implementation details
0 commit comments