On 2005-09-30 12:19:57 +0200, Oliver Kiddle wrote: > You wrote: > > For "svn revert", when I complete a deleted file, the space isn't > > added after the filename. There's no such problem with modified > > files (marked with 'M') for instance. > > This isn't actually an _subversion issue but a more fundamental file > completion issue. Filename completion adds a slash for directories and > a space for other files. For files that don't actually exist it adds no > suffix because it is unknown whether the file is a normal file or a > directory.
The subversion case is a bit special. Even if the removed item was a directory, the suffix should be a space, not a slash, because AFAIK, doing "svn revert" on an item inside a removed directory has not much sense. -- Vincent Lefèvre <[EMAIL PROTECTED]> - Web: <http://www.vinc17.org/> 100% accessible validated (X)HTML - Blog: <http://www.vinc17.org/blog/> Work: CR INRIA - computer arithmetic / SPACES project at LORIA -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

