Subversion: Determine the highest revision number in the working copy

This seems to do the trick when run in a terminal from the top level of the working copy:

svn info -R  | grep Revision | sed "s/Revision: //g" | sort -n | tail -1

Updated
Or, you could just use the svnversion command.

2 comments

 
Anonymous wrote 5 years 37 weeks ago

I prefer awk ‘{print $2}’

I prefer awk ‘{print $2}’ instead of replacing with sed- 2 cuts the second field, alter as needed.

 
andy wrote 5 years 37 weeks ago

Thanks for the tip. What I

Thanks for the tip. What I don’t know about sed and awk could fill the Grand Canyon - I was pleased to have figured out enough sed to do that replacement at all!

Please register or login to post a comment.
Syndicate content

Twitter

Older

Contact

Andy Chase
(978) 297-6402
andychase [at] gmail.com
GPG/PGP Public Key