Re: making (incremental) backups of a repository
From: Douglas Stetner <dstetner_at_bigpond.net.au>
Date: 2004-03-19 11:57:00 CET
On 19/3/04 at 10:32 (+0100), Dirk Dierckx <dirk.dierckx@rekencentra.be>
>Hi,
One way would be:
$ strings dumpfile | grep Revision-number: | tail -1
or:
$ strings dumpfile | grep Revision-number: | tail -1 | cut -d' ' -f2
Cheers,
-- Douglas Stetner <dstetner@bigpond.net.au> "Military intelligence is a contradiction in terms." - Groucho Marx --------------------------------------------------------------------- To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org For additional commands, e-mail: users-help@subversion.tigris.orgReceived on Fri Mar 19 11:57:38 2004 |
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.