Is there a Subversion API that can be used to program against in .NET

.net, c#, svn

Solution

Svn.NET is a continuation (fork) of SubversionSharp mentioned in CMS's answer. SubversionSharp is limited to the .NET 1.1 platform.

Svn.NET supports the following platforms:

- .NET 2.0 on Windows Platforms

- Mono on Win32 (2.0 framework)

- Mono on Linux (2.0 framework)

Problem

Is there an API to access Subversion from C#?

Original source