Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Showing date file was locked in Tortoise SVN

In VisualSVN Server or in Tortoise SVN, is there a way to show when a file was locked using Tortoise SVN functionality?

Workflow:

  1. Tortoise SVN > Add (on Date D)
  2. Tortoise SVN > Commit (on date D)
  3. Tortoise SVN > Get Lock (on date D+1)
  4. Tortoise SVN > Check for Modifications

Notice how the date is not D+1, but instead it's D.

like image 916
MacGyver Avatar asked Sep 16 '25 18:09

MacGyver


1 Answers

The Date on the 'Check for Modifications' dialog is Last Changed Date. It's not related to the lock. However, the columns are customizable. If you right-click a column header, you will be able to add and remove columns. If you want to see column with the Lock Created date on this dialog, you can add the Lock Date column.

columns

like image 118
bahrep Avatar answered Sep 18 '25 09:09

bahrep