Does anyone know of a good C# API for Subversion? [closed]

霸气de小男生 提交于 2019-11-27 01:16:56

Have a look at SharpSVN. This is an open-source binding of the Subversion Client API for .Net 2.0 applications.

For example, this library is used by the AnkhSVN Visual Studio Add-In.

GEOCHET

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.

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!