Can I see the currently checked out revision number in Tortoise SVN?

后端 未结 7 1531
逝去的感伤
逝去的感伤 2021-01-01 08:18

I\'d like to know what the currently checked out revision number is for a file or directory. Is there a way to do this in TortoiseSVN on Windows ?

相关标签:
7条回答
  • 2021-01-01 08:42

    Right-click on the working directory in windows explorer, and select "Properties" (Not TortoiseSVN->Properties). You will see the Properties dialog, which will have a tab called "Subversion". Click on it, and you will see the version number, and other info.

    0 讨论(0)
  • 2021-01-01 08:43

    Before "Change your Explorer windows to Details View. Navigate to an SVN-controlled folder then go to View > Choose Details and select the SVN columns for status/rev/etc."

    you have to change your Windows Registry settings, adding this DWORD value

    HKCU\Software\TortoiseSVN\ColumnsEveryWhere

    and setting it to 1, as stated in the TortoiseSVN documentation.

    0 讨论(0)
  • 2021-01-01 08:45

    TortoiseSVN -> Show log: The line in bold marks the current revision in your working copy.

    0 讨论(0)
  • 2021-01-01 08:46

    nice one John Sheehan. I always just right clicked on the root folder and selected tortoise-svn | view log .

    0 讨论(0)
  • 2021-01-01 08:49

    Not in tortoise but in command line.

    svn info
    

    will return what rev you are checked out on.

    0 讨论(0)
  • 2021-01-01 08:56

    Thanks John, that's very useful but doesn't show the revision for the root folder of a project.

    Now that you've pointed me in the right direction, I have found that I can right-click the folder, select properties and a TortoiseSVN tab appears which contains the revision number.

    0 讨论(0)
提交回复
热议问题