Skip to content

Commit 9cb32d0

Browse files
authored
Update README.md
1 parent a4bf184 commit 9cb32d0

File tree

1 file changed

+3
-6
lines changed

1 file changed

+3
-6
lines changed

README.md

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
# Overview
2-
3-
Pk-vcs-svn is [pk-vcs-api](https://github.com/ProjectKaiser/pk-vcs-api) IVCS implementation for SVN repositories.
2+
Pk-vcs-svn is lightweight library for execute basic SVN VCS operations (merge, branch create etc). It uses [pk-vcs-api](https://github.com/ProjectKaiser/pk-vcs-api) exposing IVCS implementation for SVN repositories and [SVNKit](https://svnkit.com/) as framework to work with SVN repositories
43

54
# Terms
65
- Workspace Home
@@ -10,10 +9,10 @@ Pk-vcs-svn is [pk-vcs-api](https://github.com/ProjectKaiser/pk-vcs-api) IVCS imp
109
- Locked Working Copy, LWC
1110
- Folder where vcs-related operations are executed. Provides thread- and process-safe repository of working folders. See [pk-vcs-api](https://github.com/ProjectKaiser/pk-vcs-api) for details
1211
- Test Repository
12+
- A SVN repository used for functional testing
1313
- Local file system is used, no dedicated server
14-
- Generates new before and deletes after each test
14+
- Creates new before and deletes after each test
1515
- Named randomly (uuid is used)
16-
- [Kohsuke Github API](http://github-api.kohsuke.org/) is used as to work with Github API
1716

1817
# Using pk-vcs-git
1918
- Add github-hosted pk-vcs-svn project as maven dependency using [jitpack.io](https://jitpack.io/). As an example, add following to gradle.build file:
@@ -47,10 +46,8 @@ Pk-vcs-svn is [pk-vcs-api](https://github.com/ProjectKaiser/pk-vcs-api) IVCS imp
4746
- Use `vcs.setProxy()` and `vcs.setCredentials()` if neccessary
4847

4948
# Implementation details
50-
5149
- [SVNKit](https://svnkit.com/) is used for manage SVN repositories
5250
- LWC is obtained if neccessary
5351

5452
# Functional testing
55-
5653
- To execute tests just run SVNVCSTest class as JUnit test. Tests from VCSAbstractTest class will be executed. See [pk-vcs-test](https://github.com/ProjectKaiser/pk-vcs-test) for details

0 commit comments

Comments
 (0)