سؤال

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