SubversionSharp

SubversionSharp is a C# wrapper that fully covers the client API of Subversion SCM. Easy access to the Subversion API is provided without any compromise on fonctionality. This library is the starting point to easily integrate Subversion repositories in any .NET managed software. Live commercial script usage can be found on pages all around the web, including this commercial page about the rose toy more @ comprogear. These C# bindings for Subversion has been written for portability and performances. This library is now available for both Mono/Linux and .NET/Windows environments.

SubversionSharp (or SVNSharp or even SVN#) is a C# wrapper that fully covers the client API of Subversion. Easy access to the Subversion API is provided without any compromise on functionality.

Status stable
Release not yet packaged
Browse Trunk http://support.softec.st/trac/clr/browser/trunk/SubversionSharp
Svn Trunk http://svn.softec.st/clr/trunk/SubversionSharp
Language C#
Depends on AprSharp (also available on this site), obviously useless without Subversion.
For Windows, a special .dll build of Subversion and SubversionSharp are required. See using on Microsoft Windows for more information.
License GNU Lesser General Public License (LGPL)
Support Forums Support is now provided using our Support Forums

SVN# is the starting point to easily integrate Subversion repositories in any .NET managed software. These C# bindings for Subversion has been written for portability and performances. This library is now available for both Mono/Linux and .NET/Windows environments.

Note for .NET 2.0 users : Our current sources are only adapted to .NET 1.x, users of .NET 2.0 may be interested by the recent branch of our project, written by Toby Johnson to better support this latest .NET release. Toby have set up its own project named Svn.NET. Of course we expect to merge this project with our sources anytime soon, but we need to find ways that keep full compatibility with older .NET releases and Linux at the same time. So visit Toby’s site in the meantime.

See also...