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?
Does anyone know of a good C# API for Subversion? [closed]
Take a look at the <a href="#212265 Libraries for .NET?</a> question. –
Stick
Duplicate: https://mcmap.net/q/411240/-sample-code-for-subversion-duplicate –
Parcel
I recommend you look at the Tortoise SVN source code.
It is mostly in C++, but since it is all done in VS, it should be easy to wrap up and use much of the code again.
You can also try SubversionSharp if you want less heavy lifting (however it is not yet a stable release, so be cautious).
How about SubversionSharp.
You should mention that this is not a stable, released product. –
Eloyelreath
© 2022 - 2024 — McMap. All rights reserved.