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 4 years 31 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 4 years 31 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

  • Score! http://t.co/KVDyULXM 2 years 19 weeks ago
  • @ComcastBill Thanks. 2 years 19 weeks ago
  • @wstites Thanks. @comcast is making it awfully hard for me to give them more money. 2 years 19 weeks ago
  • @comcastbill(have called 4 or 5 numbers so far. Am told I don't qualify as existing customer, no way to track who it was who called me.) 2 years 19 weeks ago
  • @ComcastBill I received a call with a bundle offer yesterday, but I lost the rep's contact info. I get the runaround calling the main #. 2 years 19 weeks ago

Older

Contact

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