[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

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
>revision number, so it doesn't rely on a updating a file every commit.
>It's a command line tool, but it only works on the Windows platform, so
>probably won't be much help here.
>
>

On most Unix platforms, you could do:

  svn info -R | grep Revision | awk '{print $2}' | sort -n | tail -1

daniel

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Thu Oct 14 12:44:16 2004

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.