Hi everyone! I'm desperately trying to backup my google code-repo but since I'm not too familiar with SVN, I can't get svnsync to work. I thought that backing up your repo to another repo or dumpfile was an easy task, but I'm wrong? I would really appreciate tips on how to do this..
What I'm trying to do:
@shell:~$ svnsync init http://www..org/svn/ http://.googlecode.com/svn/trunk svnsync: PROPFIND request failed on '/svn' svnsync: PROPFIND of '/svn': 301 Moved Permanently (http://www..org)
What does that mean? And is it possible to fix it?
http://www.*.org/svn/ was created with svnadmin create, ofc.
Thanks in advance! =)