FYI,
I've been working on my own 'tool' to contribute to the SVN community,
and reviewing the existing tools and hooks available. I stumbled across
the 'bash_completion' tool (cool stuff!), and it's associated test script.
Looks like the tool needs updating for 1.1.x ? And I'm not sure if the
completion wants to be available to keep straight the different versions,
or only have options for the version packaged with it.
--------------------------------------------------
http://svn.collab.net/repos/svn/branches/1.1.x/tools/client-side
(REV: Project 10521, directory: 9587 )
$ ./bash_completion_test
Usage: bash_completion_test BASH_COMPLETION_PATHNAME
Tests the specified "bash_completion" script,
including checking it against the "svn" program found in the current PATH.
$ ./bash_completion_test bash_completion
Checking general completion
Checking list of subcommands
Checking list of options for each subcommand
FAIL: completions for "svn add -" != options accepted
(completions: --auto-props --config-dir -h --help -N
--no-auto-props --non-recursive -q --quiet --targets )
(svn accepts: --auto-props --config-dir --force -h --help -N
--no-auto-props --non-recursive -q --quiet --targets )
FAIL: completions for "svn export -" != options accepted
(completions: --config-dir --force -h --help --no-auth-cache
--non-interactive --password -q --quiet -r --revision --username )
(svn accepts: --config-dir --force -h --help --native-eol
--no-auth-cache --non-interactive --password -q --quiet -r --revision
--username )
Checking rejection of synonyms
FAILURE: at least one bash_completion test failed.
--------------------------------
Thanks,
-FRuG
p.s. If you want to send me email directly, I've hashed my return email,
since these messages are web-archived without email removal. I also
regularly read the list.
---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Sun Aug 8 23:20:23 2004