Re: Best practice for getting most recent revision number?
From: Larry Martell <larry.martell_at_gmail.com>
Date: 2007-07-24 21:42:23 CEST
On 7/24/07, Kylo Ginsberg <kylo.ginsberg@gmail.com> wrote:
'Better' is in the eye of the beholder. Here's how I do it:
svn info | grep 'Revision:' | sed 's/.*: //g'
---------------------------------------------------------------------
|
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.