That's a totally generic error message being created by the client, and doesn't apply at all to Google's SVN server. I can promise you that our svn-on-bigtable service has no pre-revprop-change file, because it has no filesystem at all. :-)
The actual error code (405 Method Not Allowed) is the classic error returned by a web proxy that disallows webdav requests (such as PROPPATCH, in this case.) On Wed, May 11, 2011 at 5:09 PM, Zack Grossbart <[email protected]> wrote: > Hello, > > I have a new Google code project. I'm trying to use svnsync to push a > local SVN repository into this new project. I'm using this command > line: > > svnsync init http://spiffyui.googlecode.com/svn/ svn://localhost > > When I run this command I get the following response: > > svnsync: DAV request failed; it's possible that the repository's pre- > revprop-change hook either failed or is non-existent > svnsync: At least one property change failed; repository is unchanged > svnsync: Server sent unexpected return value (405 Method Not Allowed) > in response to PROPPATCH request for '/svn/!svn/bln/0' > > This normally means you need to edit the pre-revprop-change hook to > allow property changes. I'm not sure how to do that. Do you know how > I can change this for my Google code project? > > Thanks, > Zack > > -- > 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. > > -- 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.

