Is it possible to code against the VisualSVN Server? We’d like to develop our own integrated front end for reporting / automation purposes. Our coding language will be VB.Net / C#.Net.
Any pointers to relevant documentation etc. would be greatly appreciated.
Any SVN library should be able to communicate with your VisualSVN server.
A quick Google round reveals that there are plenty of libraries for communicating with an SVN server. SVN.NET beeing the first on the list.
If you don’t find any libraries that you like you can always run the commandline svn client with
Process.Start.