[Bash-completion-devel] [bash-completion-Bugs][312774] Redirection in cvs command does not work

bash-completion-bugs at alioth.debian.org bash-completion-bugs at alioth.debian.org
Wed Oct 20 21:10:24 UTC 2010


Bugs item #312774, was opened at 2010-10-20 21:10
You can respond by visiting: 
https://alioth.debian.org/tracker/?func=detail&atid=413095&aid=312774&group_id=100114

Status: Open
Priority: 3
Submitted By: Nobody (None)
Assigned to: Nobody (None)
Summary: Redirection in cvs command does not work 
Distribution: Ubuntu
Originally reported in: None
Milestone: None
Status: None
Original bug number: 


Initial Comment:
Anonymous message posted by markw at digi.com

Ubuntu 10.04 with bash and bash-completion packages installed.

$ cvs -nq diff >d :Tab::Tab: does not work when non-CVS files are in list.

Take an existing CVS checkout directory and create files d,d1 and directories devices and drivers.

Autocompletion will not display files not listed in CVS/Entries file with cvs diff and redirection.

$ cd (some CVS directory)
$ touch d
$ touch d1
$ mkdir devices
$ mkdir drivers
$ cvs add devices
$ cvs add drivers
$ cvs -nq diff >d :Tab::Tab:
devices drivers
$ cvs -nq diff >d
Notice: d and d1 are not displayed in completion list.


----------------------------------------------------------------------

You can respond by visiting: 
https://alioth.debian.org/tracker/?func=detail&atid=413095&aid=312774&group_id=100114



More information about the Bash-completion-devel mailing list