Linux – The CVS tab of the module under Linux is completed

The CVS tab of the module under Linux is completed… here is a solution to the problem.

The CVS tab of the module under Linux is completed

Under Linux (preferably with bash) how can I get tabs to complete to select CVS modules?

For example, “CVS Co” + Tab lists modules that I can check out. I’ve heard it’s easy to do with zsh, but I still haven’t been able to get it to work.

Also, How do I list all available modules (or repositories) available in CVSROOT? )?

Solution

There are Bash completion project. It has some CVS done, I’m not 100% if it can identify all modules for checkout. But it would be a good place to start.

Related Problems and Solutions