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 being executed. So I assume this is on google's repository, which is why I'm back here asking. On Tue, Sep 8, 2009 at 3:55 PM, Jorge Handl <[email protected]> wrote: > Ben, thank you, I'll look into that! > > On Tue, Sep 8, 2009 at 3:51 PM, Ben Collins-Sussman <[email protected]>wrote: > >> >> On Tue, Sep 8, 2009 at 1:40 PM, Jorge Handl<[email protected]> wrote: >> >> > # svnsync init https://project.googlecode.com/svn file:///svnrepo >> > svnsync: Unrecognized URL scheme for 'https:// >> > project.googlecode.com/svn' >> >> This is the only error message you need. "unrecognized URL scheme" is >> the svn client's way of saying it doesn't know what 'https' means. In >> other words, if you run 'svn --version', you'll see it has no SSL >> support compiled in. Get yourself a properly compiled svn client. >> :-) (Googlecode *requires* SSL to do svn writes.) >> >> >> >> > --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Hosting at 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 -~----------~----~----~----~------~----~------~--~---

