Getting the first revision
From: Dennis Jones <support_at_grassvalleysoftware.com>
Date: Mon, 3 Aug 2009 21:23:07 -0700
Hi all,
I'm looking for a *quick* way to get the first revision number from a
I can get the *last* revision from a path via:
svn log --quiet -l1 <repourl>
. . . and then parsing the output with sed. This is very fast. However,
r3 | djones | 2001-01-16 19:56:51 -0800 (Tue, 16 Jan 2001)
and then parse the last row for the revision number ("r1" in this case).
Thanks,
- Dennis
------------------------------------------------------
To unsubscribe from this discussion, e-mail: [users-unsubscribe_at_subversion.tigris.org].
|
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.