You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@subversion.apache.org by Michael Craig <mc...@yahoo.com> on 2006/09/29 23:21:12 UTC

svnsync: Cannot start sync in SVN 1.4

I'm trying to configure SVNSync for the first time. Here are the steps I've taken so far:

1: Created empty repository at location c:\svn_repository_clone
2: Try to init repositories: svnsync init http://localhost:8080/svn_clone http://localhost:8080/svn
3: I recieve the following error:
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

I don't understand what this means and what I'm supposed to do about it.

Thanks.

This version is looking very good so far!

Mike


Re: svnsync: Cannot start sync in SVN 1.4

Posted by Garrett Rooney <ro...@electricjellyfish.net>.
On 9/30/06, Lieven Govaerts <sv...@mobsol.be> wrote:
> Michael Craig wrote:
> > I'm trying to configure SVNSync for the first time. Here are the steps
> > I've taken so far:
> >
> > 1: Created empty repository at location c:\svn_repository_clone
> > 2: Try to init repositories: svnsync init
> > http://localhost:8080/svn_clone http://localhost:8080/svn
> > 3: I recieve the following error:
> >
> >     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
> >
> >
> > I don't understand what this means and what I'm supposed to do about it.
> Mike,
>
> you need to enable the pre-revprop-change hook script in your clone
> repository. You can find out more about hook scripts in the book:
> http://svnbook.red-bean.com/nightly/en/svn-book.html#svn.reposadmin.create.hooks
>
> I couldn't find a decent 'official' manual of svnsync, but maybe this
> guy's blog can help you:
> http://journal.paul.querna.org/articles/2006/09/14/using-svnsync

There is also:

http://svn.collab.net/repos/svn/trunk/notes/svnsync.txt

-garrett

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org

Re: svnsync: Cannot start sync in SVN 1.4

Posted by Lieven Govaerts <sv...@mobsol.be>.
Michael Craig wrote:
> I'm trying to configure SVNSync for the first time. Here are the steps 
> I've taken so far:
>  
> 1: Created empty repository at location c:\svn_repository_clone
> 2: Try to init repositories: svnsync init 
> http://localhost:8080/svn_clone http://localhost:8080/svn
> 3: I recieve the following error:
>
>     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
>      
>
> I don't understand what this means and what I'm supposed to do about it.
Mike,

you need to enable the pre-revprop-change hook script in your clone 
repository. You can find out more about hook scripts in the book:
http://svnbook.red-bean.com/nightly/en/svn-book.html#svn.reposadmin.create.hooks

I couldn't find a decent 'official' manual of svnsync, but maybe this 
guy's blog can help you:
http://journal.paul.querna.org/articles/2006/09/14/using-svnsync

hope this helps,

Lieven.

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org