Stanton
Stanton

Reputation: 1076

TortoiseSVN Diff With "specific file" does not go away

Not sure how this happened but when I right-click on a modified file and go to the TortoiseSVN submenu I also see Diff with "path/to/some/file". It's been like this for a long time, so I don't remember what steps put it there in the first place. And also it's always the same exact file. This doesn't affect the general usage of TortoiseSVN, it's just an annoyance because there's an extra context-menu option that I'm never going to use...

If anyone has a clue how to get rid of this (and also knows how it got there in the first place) I'd appreciate any help I can get.

enter image description here

Upvotes: 4

Views: 1079

Answers (2)

Difference between files Tortoise SVN doc:

...To remove the marked file, use the command TortoiseSVN → Diff later again, but hold down the Ctrl-modifier while clicking on it.

Upvotes: 7

bahrep
bahrep

Reputation: 30662

If anyone has a clue how to get rid of this

You can check the Windows Registry and remove the value DiffLater under HKEY_CURRENT_USER\Software\TortoiseMerge. That's kind of hacky and I expect that there is a better way to get rid of that option. However, I don't know how to do that another way. I recall similar question asked recently, so it could be a bug in TortoiseSVN. You may want to ask the question in the TortoiseSVN users@ mailing list.

(and also knows how it got there in the first place)

Some time ago you right-clicked an unversioned file and selected the Diff later command.

Upvotes: 1

Related Questions