|
Class Summary |
| SvnChangeLogCommand |
Command to get log entries from the SVN ( svn log --xml command, then consume it with our parser. |
| SvnChangeLogConsumer |
Command stream consumer that parses the xml output from a
svn log --xml command, using a grammar to build
the changelog. |
| SvnListCommand |
Command to list files in SVN ( svn list --xml command. |
| SvnListConsumer |
Parses the output of the command and returns a list of Tag. |
| SvnScmAdapter |
Adapter wrapping the SVN implementation. |
| SvnTargetEnum |
Defines the different targets of a classsic subversion repository. |
| SvnXmlExeScmProvider |
Wrapper over SvnExeScmProvider to use xml output from Subversion. |