[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

Re: How to synchronise a SVN repository with a local one

From: Daniel Shahaf <d.s_at_daniel.shahaf.name>
Date: Wed, 01 Nov 2017 14:38:04 +0000

Eckard Klotz wrote on Tue, 31 Oct 2017 18:56 +0100:
> > C:\Project...>*svnsync initialize https://.../p/moritz/Archive_SVN/
> > file:///C:/Project/.../Archiev  --disable-locking --allow-non-empty*
> > /svnsync: E175008: While handling the 'svn:sync-from-url' property on
> > '/p/moritz/Archive_SVN/!svn/bln/0'://
> > //svnsync: E175008: Repository has not been enabled to accept revision
> > propchanges;//
> > //ask the administrator to create a pre-revprop-change hook/
> >
> > C:\Project...>rem svnsync synchronize DEST_URL [SOURCE_URL]
> >
> > C:\Project...>*svnsync synchronize https://.../p/moritz/Archive_SVN/
> > file:///C:/Project.../Archiev  --disable-locking*
> > /svnsync: E000022: Destination repository has not been initialized/
> >
> > C:\Project...>pause
> > Drücken Sie eine beliebige Taste . . .
> I thing now I have as additional problem to set up the hook at
> sourceforge. What do you think about?

Ask sourceforge to enable the pre-revprop-change hook or use --disable-
locking. In the latter case you have to ensure that no two instances
of svnsync run concurrently, and additionally, svn:author & svn:date
would not be set correctly. (Other revision properties are set as part
of the commit, but these two are changed by svnsync using the revprop
change API.)
Received on 2017-11-01 15:38:09 CET

This is an archived mail posted to the Subversion Users mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.