Search code examples
svntortoisesvnwindows-11

Subversion properties in windows explorer


How can I see subversion properties (tortoiseSVN) in windows explorer? (for example user who blocked file or number of the revisions) I don't want to right click on file and go to subversion properties every time. I use windows 11


Solution

  • Before Windows Vista it was possible to show TortoiseSVN columns in folder's Explorer view, but not anymore. You have two options now:

    • Use alternative to Windows Explorer. There is one called xplorer². This one still allows for custom columns (also known as extended file information).
    • Use Check For Modifications from TSVN menu and check Unmodified option. You can move this menu item from TortoiseSVN submenu to main context menu, to reduce the time spent using it. Go to TortoiseSVN > Settings > General > Context Menu and check the appropriate option from the list.

    You can also use svn status command from command prompt, but Check For Modification is this, only better.