Subversion cheat sheet | June 12, 2005-->
June 12, 2005Converting a cvs repository to svn repostiory:
What does 'REPORT request failed' mean?
When I try to check out a subversion repository
I get an error like:
svn: REPORT request failed on '/rep/project/!svn/vcc/default'
svn: REPORT of '/rep/project/!svn/vcc/default': 400 Bad Request (http://svn.example.com)
You are behind a web proxy that is not passing the WebDAV methods that subversion uses. You can work around the problem by using SSL to hide what you're doing from the proxy:
Ignore files or directories
Keywords
Tagging
[powerbook:~] sts% svn copy http://svn.example.com/repos/ybc/trunk \ http://svn.example.com/repos/ybc/tags/release-0.1 -m "tagging release 0.1"
