I have been working with SharpSVN quite a bit lately and I\'m currently trying to obtain all of a revisions children\'s revision numbers. I see that using SvnLogEventArgs.HasChildren I can verify that
I\'ve been working with SharpSVN for a few weeks now and I was looking to access an individual files properties (at a specific revision) as you can in TurtoiseSVN by clicking on the开发者_JAVA技巧 rev
I have been using SharpSVN and love it but I wanted to ma开发者_JAVA技巧ke sure that the .GetLogs() and .Diff() functions in no way actually edit data on the repositories. These things just get you th
I downloaded the SharpSVN example they give to try and test it out but I get this error when I try and run it.
I want to delete fil开发者_JAVA百科e in svn. I do this so: svnClient.Delete( pathToFile, new SvnDeleteArgs {Force = true} );
I\'m using Visual studio 2008 with C# and SharpS开发者_JAVA技巧VN dll (for Subversion 1.6) I wish to commit to multiple different folders in my repository, but without having to checkout the entire r
I am trying to build a simple repository browser into a web application and have been looking into using SharpSvn to help.
How do I get a list of revisions from sharp开发者_如何学CsvnIf you look at the metadata for SvnLogEventArgs (which is returned as a collection from GetLog) it derives from SvnLoggingEventArgs, which h
As per the title of the question, I’m wondering if there’s any mechanism to invoke GetLog with an author parameter. Nothing is jumping out at me in the documentation either for GetLog or SvnLogArgs.
I\'m trying to get all branches of repository by using SharpSvn but I can no开发者_运维技巧t find any method can do it.