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

RE: tab completion with directories

From: Gale, David <David.Gale_at_Hypertherm.com>
Date: 2006-06-07 19:42:53 CEST

Anthony Ettinger wrote:
> 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

That's...odd. My bash environment works fine (tab completions drill
down through directories fine). The only way I can get it to do what
you're describing is to actually *type* a space after the directory, and
then hit tab--but I've got to assume you'd realize it if you'd done
that. :-)

Tested on a SPARC running Solaris 8, svn 1.3.1.

-David

---------------------------------------------------------------------
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:44:31 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.