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