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

有帮助吗?

解决方案

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:

许可以下: CC-BY-SA归因
不隶属于 StackOverflow
scroll top