문제

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