sharpsvn
How can I Diff a Svn Repository using SharpSvn
My question is quite simple and with the SharpSvn Api, it should be easy as well. Here what I did: path = \"c:\\project\";[详细]
2022-12-26 16:53 分类:问答Check to See if File is in Repository with SharpSVN
How do I check if a file is already in a repository (or NOT in the repository) so I can determine whether I need to \'add\' it first before doing the check in?(For the record, I have check-in working,[详细]
2022-12-25 00:07 分类:问答Retrieving the last n log messages with SharpSvn
Does anyone how to retrieve the last n log messages from SVN using SharpSvn? I’ve been calling GetLog with an SvnRevisionRange argument but really just need the 20 most recent messages which I can’t[详细]
2022-12-24 05:32 分类:问答how to know what files or folder are changed before do commit
My problem is how to know what files or folder are changed before do commit. I can 开发者_运维技巧add all the new files in my working copy before do commit, and the repository changes, but if for exam[详细]
2022-12-22 19:12 分类:问答Using client.status in c# with sharpsvn
I want to use the status method but i dont understand how it works. Could someone show me an example of use please?[详细]
2022-12-22 19:06 分类:问答I am getting SvnRepositoryIOException: OPTIONS while trying to access the repository using sharpsvn in asp.net 3.5
OPTIONS of \'http://websvn.tigris.org/svn/websvn\': Could not resolve hostname `websvn.tig开发者_JAVA技巧ris.org\': No such host is known.[详细]
2022-12-22 02:26 分类:问答How to use SharpSVN to (quickly) check if a remote folder/file exists on the server
Say i have a svn repository at https://www.mysvn.com/svn/. How can i use SharpSVN to figure out whether the remote folder https://www.mysvn.com/svn/a/b/c exists on the server?[详细]
2022-12-22 02:20 分类:问答SharpSvn and C# source code samples [closed]
Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.[详细]
2022-12-22 00:52 分类:问答Commit in sharpSVN
I have a problem doing commit with sharpsvn. Now i´m adding all the files of my working copy (if the file is added throws an exception), and after it i do commit. It works but it trows exceptions. Th[详细]
2022-12-21 21:01 分类:问答How do I use SharpSVN to programatically "add to ignore list" for a folder
How do I use SharpSVN to programatically to add a folder to the ignore list? EDIT: Attempted: Here\'s what I\'ve tried[详细]
2022-12-21 10:13 分类:问答