|
|
Click here to access Issue tracker direct from Eclipse or Visual Studio
and to obtain other CollabNet integrations.
ankhsvn
|
| Description: | Opened: Tue May 12 06:16:00 -0700 2009 | Sort by: Oldest first | Newest first |
Show Changes tries to open a diff viewer (internal or external) on deleted files. Reproducable by selecting a modified file and a deleted file in the PC window and then choosing Show Changes.
------- Additional comments from Baybora Aksoy Thu Mar 18 11:59:39 -0700 2010 -------
starting to work on this. [Show Changes] * single-select -> disable 'Show changes" on deleted item * multi-select -> exclude deleted items in path selector [Compare] * skip deleted files if either selected revision requires working copy
------- Additional comments from Baybora Aksoy Thu Mar 18 12:01:21 -0700 2010 -------
assigning to me
------- Additional comments from Baybora Aksoy Thu Mar 18 12:08:31 -0700 2010 -------
Version control commit message. Revision: 7985 http://ankhsvn.open.collab.net/source/browse/ankhsvn/?view=rev&revision=7985 exclude deleted items from path selector (show changes), skip deleted items if working copy is required (compare) Issue #584: Show Changes tries to open diff viewer on deleted files
------- Additional comments from Bert Huijben Fri Mar 19 09:25:09 -0700 2010 -------
Fixed in 2.1
------- Additional comments from Baybora Aksoy Thu Apr 1 13:39:50 -0700 2010 -------
Version control commit message. Revision: 8018 http://ankhsvn.open.collab.net/source/browse/ankhsvn/?view=rev&revision=8018 Don't allow checking "deleted" items in the path selector if any of revisions is SvnRevision.Working. Issue #584: Show Changes tries to open diff viewer on deleted files