Re: rationale for 'svnversion' (vs 'svn version') ?
From: Philip Martin <philip_at_codematters.co.uk>
Date: 2005-03-28 13:21:08 CEST
Scott Palmer <scott.palmer@2connected.org> writes:
> I would love to have 'svn revsion', particularly if it took a URL to a
An URL? That's not got much to do with the current svnversion.
> I would like to use something like it in our build process.
That's easy:
$ svn log -qrhead http://svn.collab.net/repos/svn | awk '/^r/{print $1}'
> I develop and build on Windows so the shell and scripting is crippled
Without some scripting you are left with:
$ svn log -qrhead http://svn.collab.net/repos/svn
-- Philip Martin --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org For additional commands, e-mail: dev-help@subversion.tigris.orgReceived on Mon Mar 28 13:22:26 2005 |
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.