Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 108295 - Add bash-completion USE flag to dev-util/svk
Summary: Add bash-completion USE flag to dev-util/svk
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High enhancement
Assignee: Guillaume Destuynder (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-10-06 10:22 UTC by Russ Brown
Modified: 2006-01-10 06:45 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Russ Brown 2005-10-06 10:22:31 UTC
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
Comment 1 Russ Brown 2005-10-06 11:25:03 UTC
We just noticed the completion script was not included in the 1.05 tarball: 
hopefully that will be resolved soon.
Comment 2 Guillaume Destuynder (RETIRED) gentoo-dev 2006-01-10 06:45:09 UTC
bash completion has been added in svk 1.06
thanks :)