Re: Unable to svnsync a repository

2009-09-08 Thread Jorge Handl
Ben, thank you, I'll look into that! On Tue, Sep 8, 2009 at 3:51 PM, Ben Collins-Sussman suss...@google.comwrote: On Tue, Sep 8, 2009 at 1:40 PM, Jorge Handljha...@gmail.com wrote: # svnsync init https://project.googlecode.com/svn file:///svnrepo svnsync: Unrecognized URL scheme for

Re: Unable to svnsync a repository

2009-09-08 Thread Jorge Handl
Ok, that fixed the unrecognized URL scheme error. But now I'm getting another error: svnsync: DAV request failed; it's possible that the repository's pre-revprop-change hook either failed or is non-existent I checked my local repository and it does hace a pre-revprop-change hook that is not

Re: Unable to svnsync a repository

2009-09-08 Thread Ben Collins-Sussman
The *destination* repository is what's being complained about here, not your source repository. Try doing 'svn proplist -v --revprop -r0 destinationURL'. If you see svnsync properties there, remove them. Then re-run 'svnsync init'. On Tue, Sep 8, 2009 at 3:12 PM, Jorge Handljha...@gmail.com

Re: Unable to svnsync a repository

2009-09-08 Thread Jorge Handl
Thanks Ben, that was it. I had a svn:date unversioned property here, which I deleted and now I was able to init the google repository. I'm confident that I can sync the repository now. On Tue, Sep 8, 2009 at 5:35 PM, Ben Collins-Sussman suss...@google.comwrote: The *destination* repository is