Search code examples
c#.netsvnsharpsvn

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


I'm looking to make calls out to a subversion repository, but I would like to write it in C#. Does anyone know of any good libraries?


Solution

  • Have a look at SharpSVN. This is an open-source binding of the Subversion Client API for .Net 2.0 applications.

    For example, this library is used by the AnkhSVN Visual Studio Add-In.