[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

[PATCH] improved bash completion v3

From: Fabien COELHO <fabien_at_coelho.net>
Date: 2005-11-15 16:10:11 CET

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

This is an archived mail posted to the Subversion Dev mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.