How to connect to SVN server in Java and more?

I have a project in which I have to extract data or code from SVN and create a sequence / class / UML diagram based on code / data obtained from SVN.

My questions:

  • How to connect to SVN server from java?
  • Are 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 a class file?

Any pointers would be much appreciated.

+3
source share
3 answers

To answer the Java-API SVN question: SVNKit is really convenient.

+7

, , SVN.

, , . , , , . Java UML-: UML: , , UML .

UML , SVN , Eclipse, Eclipse, .

+1

Source: https://habr.com/ru/post/1733659/


All Articles