[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

[TSVN] Bug in Log Dialog: "Open With..." does not work when related paths are hidden

From: Norbert Unterberg <nunterberg_at_gmail.com>
Date: 2005-06-24 14:22:50 CEST

Steps to duplicate:

* Run this script in an empty D:\test folder:
------
svnadmin create r --fs-type fsfs
svn co file:///d:/test/r p
md p\trunk
echo Test > p\trunk\test.txt
svn add p\*
svn ci p -m "Test checkin"

---
* Now point your explorer to D:\test\trunk and "Show log..." on the
file "test.txt".
* Make sure the new "Hide unrelated changed paths" box is grey
(niehter checked nor unchecked)
* Select revision 1: Test checkin. See that the file list contains the entries
  Added /trunk
  Added /trunk/test.txt
* Klick on the "Hide..." check box until it is checked. The file list
now displays:
  Added /trunk/test.txt
* Right click on test.txt and select "Open with...".
Error message: 
     URL 'file:///d:/test/r/trunk' refers to a directory
It looks as if the context menu handler is not informed about the new
arranged file list (list control indexes not recalculated?)
Norbert
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@tortoisesvn.tigris.org
For additional commands, e-mail: dev-help@tortoisesvn.tigris.org
Received on Fri Jun 24 14:23:07 2005

This is an archived mail posted to the TortoiseSVN Dev mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.