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

Re: redux: versioning unversioned metadata + anonsvn strategies....

From: C. Michael Pilato <cmpilato_at_collab.net>
Date: 2004-02-19 16:59:49 CET

Dominic Anello <danello@danky.com> writes:

> > I can see to obvious ways to run a "shadow" AnonSVN server mirroring
> > an original in near-real time:
> > a) Do an incremental dump after every commit, and push it to the anon
> > sever(s) where they get loaded -- only 1) gets in the way here.
> > b) Send over the db transaction logs and replay them, but I
> > don't really know how to do this.
> > Any advice available on this?
>
> Can't you push the new property to the shadow repo in
> pre-revprop-change? I believe you get the new value on standard input.

Nah, pre-revprop-change doesn't get the new value. That's
post-revprop-changed, and it isn't via stdin -- you have to ask the
repository for that property's value.

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Thu Feb 19 17:00:46 2004

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.