Re: Check youngest revision of tree
From: Scott Lawrence <slawrence_at_pingtel.com>
Date: 2005-06-24 17:51:49 CEST
On Fri, 2005-06-24 at 11:26 -0400, Young, Jason (GE Infrastructure)
> I'm trying to set up a daily build, and I don't want to rebuild unless
First, doing an update is very cheap if nothing has changed, so I
If you want to get the number:
svn info . | awk '$1 == "Revision:" {print $2}'
-- Scott Lawrence, Consulting Engineer Pingtel Corp. http://www.pingtel.com/ +1.781.938.5306 x162 or sip:slawrence@pingtel.com --------------------------------------------------------------------- To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org For additional commands, e-mail: users-help@subversion.tigris.orgReceived on Fri Jun 24 17:53:38 2005 |
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.