Search Results

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 …
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 …