Question

Some time ago I set up a debian svn server and so far it works without any problems.

Yesterday I had some trouble with commiting some changes and wanted to revert to a revision some revisions ago, but this didn't work. This was the first time I tried this, so I don't know if it worked at any time.

I managed to solve the commiting-issue but still can't revert. I can revert recent changes, but when i want to go some revisions back I get a 404 error.

I'm using Tortoise in client side and could not find any information to this issue.

Does anybody know this issue?

Thanks in advance!

Edit:

Additional information:

SVN-Client: 1.8.1

SVN-Server: 1.6.17

The committing-trouble I mentioned was that I couldn't commit because I always got a "out of date" error, even if the affected files were new. I solved it by making a backup of parent Directory and then deleted it, then updated and commited, then re-added directory and committed again.

The exact error I get when I try to revert some revisions back is:

Repository moved temporarily to 'https://url.ofmyserver.com/errors/404.html'; please relocate

Was it helpful?

Solution

After weeks of desperation and nearly getting crazy I managed to solve the problem!!

The reason were some misconfirurations in .htaccess: I used absolute URLs for my ErrorDocs. I really don't know why this can cause this kind of trouble, but it actually did.

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top