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

mr mo picture mr mo · Jan 26, 2009 · Viewed 23.5k times · Source

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?

Answer

M4N picture M4N · Jan 26, 2009

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.