sharpsvn
How to read a log from a SVN path with spaces with SharpSVN?
I have a path in a repo with spaces like this: https://mysvnserver.local/svn/branches/2.7 Feature XYZ Now I want to read the log from this path using SharpSvn.[详细]
2023-04-10 15:15 分类:问答How can I ignore irrelevant mergeinfo changes when scanning a log?
Recently my scan for relevant changes has been including mergeinfo changes that are not relevant and I would like to ignore these revisions where the changes in the log item do not alter any items in[详细]
2023-04-08 17:32 分类:问答SharpSVN error in VS2010
I\'m trying to get SharpSVN to work with a VB.NET project I\'m working on in VS2010. I\'ve added SharpSVN.dll to my project references but the following error appears when I try to load the site:[详细]
2023-04-06 02:49 分类:问答Not able to connect https server using SharpSvn in C# , Could not connect to server error
I am developing Windows application in VS2010. I am using SharpSVN to connect with subversion repository. I have tried to get the repository items using svnClient.GetList(targetUri, out list); functio[详细]
2023-03-21 19:10 分类:问答SharpSVN connection rate limit to localhost?
We use SharpSVN to programmatically access SVN repositories. Now we have the problem that the access to local repositories via svn:// or http:// urls is very slow - every access needs at least one sec[详细]
2023-03-20 05:17 分类:问答SharpSVN - How to get the previous revision?
I am trying to find an efficient way to get the previous revision of a file to do a text comparison using SharpSVN.[详细]
2023-03-17 05:28 分类:问答SharpSVN and new/modified files in a revision
How is 开发者_如何学Cit possible to get list of all files (path/name only) which has been added or modified in a specific revision?You can use SvnClient.Log() for that. Just make sure that it retrieve[详细]
2023-03-16 20:43 分类:问答SharpSVN: Recursivly delete "missing" files?
Is there a way to recursively svn delete files in a working copy that ha开发者_如何学运维ve been moved/deleted outside of SVN with SharpSVN?[详细]
2023-03-13 02:12 分类:问答why do I need SharpSvn-DB44-20-win32 and SharpSvn-Sasl21-23-win32 as separate DLLs?
I\'m using SharpSVN as part of a FluentMigrator branch (to add in source control calls to FM). When I build, I find that these two assemblies are required to ge开发者_StackOverflow中文版t the code to[详细]
2023-03-12 07:22 分类:问答How to programatically in c# get the latest top "n" commit messages from a svn repository
I\'d like to build a site whi开发者_StackOverflowch simply displays the top latest (by date, revision?) \"n\" commit logs plus other associated info.[详细]
2023-02-27 22:48 分类:问答