Re: Naughty commits to tags
From: Daniel Patterson <danpat_at_danpat.net>
Date: 2004-10-14 12:41:00 CEST
Simon Large wrote:
>SubWCRev (available on the TSVN site) will scan your WC for the highest
On most Unix platforms, you could do:
svn info -R | grep Revision | awk '{print $2}' | sort -n | tail -1
daniel
---------------------------------------------------------------------
|
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.