Hi everyone!
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:
1) How to connect to SVN server from java? 2) Is there any java libraries that can take a class method and generate a sequence diagram? 3) Is there any java library that can generate a UML 2.0 complaint diagram from class file?
Any pointers will be much appreciated.