资 源 简 介
About
Java based Subversion client. (Typical jar is acting as a subversion client with lot of flexibilities than comparing to normal subversion client)
It works on the principle “Lets do SVN operations without SVN” i.e, any SVN commands can be simulated using this tool without SVN client at all, and even in a better way. It works on top of the open source library, SVNKit.
Key Features
Customizable to the user requirements and goes beyond the capability of SVN. For ex., SVN checkin supports only list of filenames/filenames in a flat file. SVN Java Client breaks this rule and even XML files (which contains the list of filenames) can be used to checkin even with some conditions also.
Since Java based, extensible as UI/plug-in is possible
Platform neutral and useful for automation since it deals with SVN from the scratch
Can be re-used anywhere by just copying the jar with no code change