.net - Does anyone know of a good C# API for Subversion? -


I'm looking to call a Subversion repository, but I'd like to write it in C #. Does anyone know about good libraries? At a glance, it is an open source binding of the Subversion Client API for the Net Work App.

For example, this library is used by Visual Studio Add-ins.


Comments