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.
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
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:
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
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
I am trying to find an efficient way to get the previous revision of a file to do a text comparison using SharpSVN.
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
Is there a way to recursively svn delete files in a working copy that ha开发者_如何学运维ve been moved/deleted outside of SVN with SharpSVN?
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
I\'d like to build a site whi开发者_StackOverflowch simply displays the top latest (by date, revision?) \"n\" commit logs plus other associated info.