Andrew Stopford's Weblog

poobah

Sponsors

News

Articles

Family

Old Blogs

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.

Comments

Dave said:

Get on and do it! - everyone that is forced to use Subversion with Visual Studio .Net needs this now!

# April 20, 2007 3:04 AM