Subversion & C#
Me and one of the folks I work with are as a side project looking at using Subversion. One of the things we are looking to do is create web service hooks into the subversion API using .NET. To create .NET bindings there are a few methods, use the
C++ binding or this
C# binding that uses Interop. You could use SWIG to create a C# wrapper but as
stated here its not that simple. The
C++ binding approach also has draw backs but you may not want to use Interop.