Cool, 'svnrevision -c' is recursive and provides a single result, unlike svn info when run recursively.
On Apr 20, 2013, at 3:29 AM, "Uwe Schindler" <[email protected]> wrote: > "svnversion -c" > Prints the last changed version after the ":", e.g. compare these outputs: > > C:\Users\Uwe Schindler\Projects\lucene\lucene_solr_4_3>svn info > Path: . > Working Copy Root Path: C:\Users\Uwe Schindler\Projects\lucene\lucene_solr_4_3 > URL: https://svn.apache.org/repos/asf/lucene/dev/branches/lucene_solr_4_3 > Repository Root: https://svn.apache.org/repos/asf > Repository UUID: 13f79535-47bb-0310-9956-ffa450edef68 > Revision: 1470120 > Node Kind: directory > Schedule: normal > Last Changed Author: simonw > Last Changed Rev: 1470112 > Last Changed Date: 2013-04-20 08:28:33 +0200 (Sa, 20 Apr 2013) > > > C:\Users\Uwe Schindler\Projects\lucene\lucene_solr_4_3>svnversion -c > 442281:1470112 > > I have no idea what the first number means, it must have something to do with > the first rev this branch was created or whatever. "-c" means "last > committed" according to docs. > --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
