-1

I'm using AnkhSVN in Visual Studio 2010 and it works perfectly. I want to know the current revision before I update to the latest vision. How can I find the current revision number of my project?

I don't use any other variation of Subversion (TortoiseSVN, etc.).

Peter Mortensen
  • 30,738
  • 21
  • 105
  • 131
Rudy Meijer
  • 210
  • 2
  • 7

1 Answers1

0

You may want to look at the revision history.

Peter Mortensen
  • 30,738
  • 21
  • 105
  • 131
Andrew Walters
  • 4,763
  • 6
  • 35
  • 49
  • I'm using the history viewer frequently but i want to know which files of my project will be changed when i press the update button in pending changed pane. – Rudy Meijer Apr 24 '13 at 16:09
  • Sorry: Pending Changes pane of VS2010 – Rudy Meijer Apr 24 '13 at 16:10
  • I'm using TFS and git mostly these days, but doesn't it show what files are changed in that window? - http://help.collab.net/index.jsp?topic=/com.collabnet.doc.anksvn_001/action/ankh_view_history.html – Andrew Walters Apr 24 '13 at 16:13
  • Thx 4 your quick responce. – Rudy Meijer Apr 24 '13 at 16:17
  • Sorry i'm new to stackoverflow and pressed the enter button to quickly. ... but it doesn't show which revision you have in your working directory. i.e. Latest revision on the server is 1433. What is revision in my working directory? – Rudy Meijer Apr 24 '13 at 16:23
  • Each file is going to have it's own revision I believe so you'd have to check the version history on each file individually. – Andrew Walters Apr 24 '13 at 18:15