Dear developers,
please find attached a patch to improve the bash completion. it addresses
most comments done on the previous submissions. I'm pretty happy with the
result. There is one bug, which might be a bash issue, but I'm not sure.
I think it is a significant improvement over the current version.
[[[
Improve bash auto-completion for the 'svn' command
- there is a "real" parser to check for what is available
and deduce what can be suggested further.
- property names are completed.
obscure bug in the property name completion, under some condition
it results in "svn:svn:". Maybe a bash bug? Maybe something else?
- --revprop and --revision options are suggested to revision properties.
- possible values are suggested for some properties
- user-defined file and revision properties can be added
with environment variables SVN_FILE_PROPS and SVN_REV_PROPS.
- argument values suggested to some other options.
- the completion works in the middle of a line.
* tools/client-side/bash_completion
add shell-intelligence to _svn completion function
]]]
--
Fabien.
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Tue Nov 15 16:18:08 2005