This Question is Answered

2 "helpful" answers available (2 pts)
2 Replies Last post: Feb 27, 2013 8:56 AM by Jeff Simon  
Jeff Simon Newbie 34 posts since
Nov 18, 2012
Currently Being Moderated

Feb 23, 2013 3:15 AM

Find the current repo version number

Sometimes I need to know what current revision number is in the respository. With other svn clients, I am used to doing an update as that displays the rev number. However, in PS, you get a quick message showing the version which is quickly replaced with "All files are up-to-date …." which defeats this function.

 

Is there another way to get the revision number?

 

Can this issue be fixed where the up-to-date message does not overwrite the valuable information of the previous message?

Oldskool Newbie 8 posts since
Jun 17, 2010
Currently Being Moderated
Feb 23, 2013 4:52 AM in response to: Jeff Simon
Re: Find the current repo version number

If you open the "Changes" window (ALT-9 by default), you can see the repository history with commits done by everyone under the "Repository" tab, including the revision number.

 

svn_revisions.png

 

If you don't see any data there, use the refresh button in the top left of the pane to get a list of recent revisions (you can set the desired amount).

More Like This

  • Retrieving data ...