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

tab completion with directories

From: Anthony Ettinger <aettinger_at_sdsualumni.org>
Date: 2006-06-07 19:07:35 CEST

I noticed if I type: svn ci -m 'foo' some_dir

and hit tab, it adds a space, rather than a list of files within some_dir.

Not typically bash completion...if I do "vi some_dir" and hit tab, I get

"vi some_dir/<list shown>"

#contents of current dir, not "note" directory:

$ svn ci -m 'more ideas' note
.htaccess css mockup training.php
.svn img note xml
about.php index.php push
consulting.php js quote
contact.php lib robots.txt

#actually shows contents of ./note directory
$ vi note/
.svn/ lessons.txt todo.txt
example.txt linux.txt
keywords-overture.txt reference.txt

-- 
Anthony Ettinger
Signature: http://chovy.dyndns.org/hcard.html
---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Wed Jun 7 19:19:49 2006

This is an archived mail posted to the Subversion Users mailing list.

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