[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: David Glasser <glasser_at_mit.edu>
Date: 2006-09-13 23:42:51 CEST

On 9/13/06, Jani Averbach <jaa@jaa.iki.fi> wrote:
> 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.

This is essentially by design. However, it comes with a subcommand to
sync revprops of explicit revisions, and you can't change old revprops
without passing through a pre-revprop-change hook anyway. Thus, it's a
Simple Matter Of Programming to make a post-revprop-change hook which
records which revprops are changed in a way that's accessible to the
mirroring user, and a cronjob to check it and run svnsync
copy-revprops.

I'm sure we'd be happy to include scripts in Subversion's contrib
section that help to automate that process!

--dave

-- 
David Glasser | glasser_at_mit.edu | http://www.davidglasser.net/
---------------------------------------------------------------------
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:43:05 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.