When I do a svn status ., I get this: ! C auto-complete-config.elc > local edit, incoming delete upon update ! + C auto-complete.elc > local edit, incoming delete...
I was setting up another user to use our SVN repository. He didn’t have a username/password, so I logged in with my credentials. We now have a username/password for...
What do the result codes in SVN mean? I need a quick reference. 9 Answers 9
While programming software stored in a Subversion repo, I often modify some files, then notice that I’d like to do some preparatory change for my main work. E.g. while...
“It is not possible to check out a single file. The finest level of checkouts you can do is at the directory level.” How do I get around this...
I have found various examples of how to revert an SVN commit like svn merge -r [current_version]:[previous_version] [repository_url] or svn merge -c -[R] . But neither of them seems...
I’ve been attempting move a directory structure from one location to another in Subversion, but I get an Item '*' is out of date commit error. I have the...
I had a feature branch of my trunk and was merging changes from my trunk into my branch periodically and everything was working fine. Today I went to merge...
I want to checkout a specific revision of a folder in Subversion using the command line. I don’t see an option for specifying the revision number in TortoiseProc.exe, TortoiseProc.exe...
Locked. This question and its answers are locked because the question is off-topic but has historical significance. It is not currently accepting new answers or interactions. I’ve been using...