How can I get tab completion to work for selecting CVS modules under Linux (preferably using bash) ?
For example, "cvs co " + tab would list the modules I can checkout. I've heard it's easy to do using zsh, but still I didn't manage to get it working either.
Also, how can I list all available modules (or repositories?) available in the CVSROOT?