I have a project where I have to pull data or code from SVN and create a sequence/class/UML diagram based on code/data retrieved from SVN.
My questions are:
- How to connect to SVN server from java?
- Is there any java libraries that can take a class method and generate a sequence diagram?
- Is there any java library that can generate a UML 2.0 complaint diagram from class file?
Any pointers will be much appreciated.
To answer your SVN Java-API question: SVNKit is really handy.