Question

Is there any API to manage VisualSVN server using JAVA. I want to write a java code which will manage VisualSVN server, Changes rights and permission etc in Java. Or any other approach to this with less complication. Thanks in advance

Était-ce utile?

La solution

You can manage VisualSVN Server via WMI (Windows Management Instrumentation), see some examples here Control VisualSVN Server from C# and here SVN Rights Management Tool using Windows Authentication method. You can acess WMI via Java but the question is why you want to use Java for such task.

For examples of using Java to access WMI see these threads:

Licencié sous: CC-BY-SA avec attribution
Non affilié à StackOverflow
scroll top