Pregunta

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

¿Fue útil?

Solución

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:

Licenciado bajo: CC-BY-SA con atribución
No afiliado a StackOverflow
scroll top