0
votes
Subversion Error: “Working copy [directory] not locked”
Without seeing your exact directory setup it's hard to say what is happening. One reason for this error message could be that one part of your merge command does refer to a directory that is not un …
0
votes
How do I undo “svn switch” on a subdirectory?
Without knowing exactly how you did the switch and how your directory and repository layout is, it's hard to say what went wrong in your case.
There is no way to really "revert" a switch. G …
4
votes
TortoiseSVN Error: “OPTIONS of ‘https://…’ could not connect to server (…)”
Check you proxy settings in TortoiseSVN->Settings->Network.
Maybe they are configured differently than in your web browser.
…
-1
votes
Avoid Deletions of Files using TortoiseSVN
I would recommend that you read a book about version control, preferably the Version Control with Subve …
1
vote
Has anyone run into problems in TortoiseSVN where the ‘author’ isn’t written to the log?
Check your server configuration in [repository]/conf/svnserve.conf file if it has set
anon-acces=write
auth-access=write
Usually, with the default set …
7
votes
Recovering from an unfortunate “svn copy”
According to the SVN book,
svn merge -c -1234
should do the trick.
There's a whole …
3
votes
How do I avoid “svn: Out of Date:” problems?
You should check these things from the Subversion FAQ:
Debris from a failed commit is littering your …
1
vote
Subversion - Checkout a parent directory
This is not possible directly.
The easiest way is to delete your working copy and do a new checkout of Animal.
If you have any changes in Dog that you'd li …
