sharpsvn
How can I use SharpSVN in my own Mono (c#) project?
I would like to use the SharpSVN library to access SVN API, how can I access the SharpSVN namespace from my code? I downloaded the library, it doesn\'t seem to be code files, but som开发者_如何学编程e[详细]
2022-12-19 05:41 分类:问答How can I get started with SharpSVN?
Are there any good resources and sites related to developing with SharpSVN and normal SVN/V开发者_如何学运维isSVN?[详细]
2022-12-17 05:58 分类:问答Cannot programmatically delete SVN working copy
I am using the SharpSvn library in an application. As part of my automated integration tests, I create a test repository, check out a working copy, perform some tests, and then delete both the reposit[详细]
2022-12-15 06:55 分类:问答Sharpsvn diff method is not working
I am trying to implement diff method using sharpsvn. My code snippet as follows private void Diff(string pSourcePath)[详细]
2022-12-14 03:58 分类:问答Issues of replacing SharpSVN 1.5 dll to SharpSVN 1.6 dll
We are using SharpSVN 1.5 dll for our source control functionalites. Our checkout and CheckInworks as follws[详细]
2022-12-13 20:46 分类:问答How to Detect svn file/folder renames or moves with SharpSvn?
How can I to detect subversion file/folder renames or moves when doing comparisons betwee开发者_运维技巧n revisions?How can I distinguish them from a \"normal\" add and delete?SvnLogEventArgs has a pr[详细]
2022-12-13 19:32 分类:问答Get credentials from SharpSvn in C#
I am writing 开发者_JAVA百科some C# code to perform multiple commits to SVN in one pass, much like the tool svnmucc.So far I\'ve been using SharpSvn to do the rest of the necessary communication with[详细]
2022-12-08 08:47 分类:问答