>>>>> "LdR" == Lennard de Rijk <[email protected]> writes:
LdR> Which command are you trying to run when you get this error? (What are the LdR> steps to reproduce this reliably?) I was able to do a clean checkout LdR> without any problems. svnsync, as mentioned in the error. This script will reproduce the error. It'll take a while to get to the revision where the problem occurs. Run it in a directory which does not have an existing file or dir called qmmp. Per the FAQ, this is a supported access method. #!/bin/bash test -e qmmp && exit -1 svnadmin create qmmp touch qmmp/hooks/pre-revprop-change chmod +x qmmp/hooks/pre-revprop-change svnsync init file://$(pwd)/qmmp https://qmmp.googlecode.com/svn svnsync sync file://$(pwd)/qmmp -JimC -- James Cloos <[email protected]> OpenPGP: 1024D/ED7DAEA6 -- You received this message because you are subscribed to the Google Groups "Project Hosting on Google Code" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/google-code-hosting?hl=en.

