Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

TortoiseSVN equivalent to "svn info"

I'd like to find an equivalent of the "svn info" command in Tortoise SVN.

This is the command that shows your parent URL (so I can figure out what branch I'm under), and the latest revision you are on.

like image 294
Kip Avatar asked Feb 21 '14 15:02

Kip


1 Answers

When right-clicking on the folder, instead of going under the "TortoiseSVN" context menu, go to the "Properties" menu item. That's the actual Windows property dialog, not the "Properties" link in the TortoiseSVN submenu.

In the windows folder properties dialog, you will see a "Subversion" tab.

Here is a screenshot:

Screenshot of properties

like image 79
Kip Avatar answered Sep 28 '22 05:09

Kip