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

Re: svnsync doesn't sync changed revprops

From: Garrett Rooney <rooneg_at_electricjellyfish.net>
Date: 2006-09-13 23:42:19 CEST

On 9/13/06, Jani Averbach <jaa@jaa.iki.fi> wrote:
> Hello,
>
> The svnsync tool doesn't sync changed revprops at the moment. I have't
> followed so closely svn lately (sorry about that), so I could not find
> if this is by design or not. But to me it looks like a bug.

It is not, in fact, a bug. It is a limitation forced upon us by the
design of Subversion's revprops.

There is no way to determine that a revprop has changed without
manually checking all of them, which would be a performance nightmare.
 If you want revprops to be changed you need to use a
post-revprop-change hook script to record that changes occurred, and
then later use the copy-revprops command in svnsync to do the copying.
 There's really nothing else that can be done without deep rooted
changes to how svn stores its revprops.

-garrett

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Wed Sep 13 23:42:32 2006

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

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