My question is quite simple and with the SharpSvn Api, it should be easy as well. Here what I did: path = \"c:\\project\";
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,
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
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
I want to use the status method but i dont understand how it works. Could someone show me an example of use please?
OPTIONS of \'http://websvn.tigris.org/svn/websvn\': Could not resolve hostname `websvn.tig开发者_JAVA技巧ris.org\': No such host is known.
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?
Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
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
How do I use SharpSVN to programatically to add a folder to the ignore list? EDIT: Attempted: Here\'s what I\'ve tried