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

RE: Re: Automatically change property

From: Reedick, Andrew <jr9445_at_ATT.COM>
Date: Tue, 8 Jan 2008 11:02:34 -0600

> -----Original Message-----
> From: Greg Thomas [mailto:thomasgd_at_omc.bt.co.uk]
> Sent: Tuesday, January 08, 2008 11:50 AM
> To: Ehler, Benedikt; users_at_subversion.tigris.org
> Subject: Re: Automatically change property
>
> On Tue, 8 Jan 2008 15:54:37 +0100 , "Ehler, Benedikt"
> <B.Ehler_at_kostal.com> wrote:
>
>
> Yes, although you'll double the number of commits in your repository.
> You would need to write a post-commit script to

Does the revision absolutely need to be stored as a property? Or can
the revision count be computed on the fly?

REV_COUNT = `svn log -q --stop-on-copy
svn://server/repos/path/.../foo.java | grep '^r' | wc -l`

*****

The information transmitted is intended only for the person or entity to which it is addressed and may contain confidential, proprietary, and/or privileged material. Any review, retransmission, dissemination or other use of, or taking of any action in reliance upon this information by persons or entities other than the intended recipient is prohibited. If you received this in error, please contact the sender and delete the material from all computers. GA625

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe_at_subversion.tigris.org
For additional commands, e-mail: users-help_at_subversion.tigris.org
Received on 2008-01-08 18:03:24 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.