build a revision (was: Re: versioning rant)
From: Greg Stein <gstein_at_lyra.org>
Date: 2002-02-24 02:11:16 CET
On Sat, Feb 23, 2002 at 10:49:08PM -0000, Barry Scott wrote:
Subversion has a single, global revision number. Just ask for that number
rev="`svn stat -u README | awk '/^Head/ { print $3 }'`"
Depending on your setup, you might also do that last step as:
svn co REPOS_URL -r $rev -d build-tmp
The basic point is, that you can ask for the head revision, then update or
Cheers,
-- Greg Stein, http://www.lyra.org/ --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org For additional commands, e-mail: dev-help@subversion.tigris.orgReceived on Sat Oct 21 14:37:09 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.