With 1.05 SVK now comes with a command line completion script in the release tarball. The script lives in the 'contrib' directory. To get this to work, I had to copy the completion script to /usr/local/bin, and add a file in /usr/share/bash-completion/svk. This file contained the following line: complete -C /usr/local/bin/svk-completion.pl -o default svk bash-completion-config then works fine. Reproducible: Always Steps to Reproduce: As described in 'Details'. Actual Results: bash-completion works for SVK commands and depot paths. Expected Results: SVK ebuild has a bash-completion USE flag
We just noticed the completion script was not included in the 1.05 tarball: hopefully that will be resolved soon.
bash completion has been added in svk 1.06 thanks :)