svn: PROPFIND request failed on /svn – Moved Permanently
Setup a new svn repo, and got the following error:
# svn checkout http://xx.xx.xx.xx/svn /var/www/myproject --non-interactive
# svn: PROPFIND request failed on '/svn'
# svn: PROPFIND of '/svn': 301 Moved Permanently (http://xx.xx.xx.xx/)
Make
sure apache has read/write access to the repo, if that doesn’t fix it,
then move your svn repo out of the DocumentRoot and you should be set