The subversion packages includes bash completions, however the completions
script is installed with filename
%{l_prefix}/etc/subversion/subversion.bashrc whereas the RC script uses
@l_prefix@/etc/subversion/subversion.bash
--- rc.subversion 2004-04-28 09:36:11 +0200
+++ rc.subversion.new 2004-05-18 10:53:23 +0200
@@ -59,7 +59,7 @@
if rcVarIsYes subversion_env; then
if [ ".$BASH" != . ]; then
shopt -s extglob progcomp
- . @l_prefix@/etc/subversion/subversion.bash
+ . @l_prefix@/etc/subversion/subversion.bashrc
fi
fi
Regards,
Karl
______________________________________________________________________
The OpenPKG Project www.openpkg.org
Developer Communication List [EMAIL PROTECTED]