sharpsvn
How do you obtain a SvnLogEventArgs childs revision number in SharpSVN?
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[详细]
2023-01-07 07:19 分类:问答From what object do you get a revised files properties from SharpSVN [c#]?
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[详细]
2023-01-04 19:52 分类:问答Retrieving SVN log files with SharpSVNs client.diff(uri, range, ouput) in no way edits the repository right?
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[详细]
2023-01-03 14:04 分类:问答SharpSVN Example Program Crashes
I downloaded the SharpSVN example they give to try and test it out but I get this error when I try and run it.[详细]
2023-01-03 05:20 分类:问答SharpSvn marks file as missing but I need deleted
I want to delete fil开发者_JAVA百科e in svn. I do this so: svnClient.Delete( pathToFile, new SvnDeleteArgs {Force = true} );[详细]
2023-01-01 11:07 分类:问答Multiple CheckOut or Multiple Commit
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[详细]
2023-01-01 05:36 分类:问答SharpSvn: Getting repository structure and individual files
I am trying to build a simple repository browser into a web application and have been looking into using SharpSvn to help.[详细]
2022-12-31 10:32 分类:问答How to get a list of revision using sharpsvn
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[详细]
2022-12-31 04:54 分类:问答Is it possible for SharpSvn to retrieve log messages by author?
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.[详细]
2022-12-29 02:52 分类:问答How to get all branches of repository with SharpSvn?
I\'m trying to get all branches of repository by using SharpSvn but I can no开发者_运维技巧t find any method can do it.[详细]
2022-12-27 12:48 分类:问答