You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@subversion.apache.org by Anthony Ettinger <ae...@sdsualumni.org> on 2006/06/07 17:07:35 UTC

tab completion with directories

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