Re: /etc/bash_completion & svn/svk completion

2007-04-11 Thread Jared Silva
_svn* are out of date in /etc/bash_completion. My recommendation is to remove _svn* from /etc/bash_completion to /etc/bash_completion.d/svn (similar to /etc/bash_completion.d/svk). This way, the default bash completion is unchanged. However, if someone wants to use the latest bash completion for

Re: /etc/bash_completion & svn/svk completion

2007-01-30 Thread Igor Peshansky
On Tue, 30 Jan 2007, Jared Silva wrote: > Eric Blake wrote: > > You can also try debugging it yourself. At the command line, turn on > > the options 'set -xv', then when you hit TAB, you will see what bash > > is trying to do during the tab completion. I don't personally use > > svn, so I'm not

Re: /etc/bash_completion & svn/svk completion

2007-01-30 Thread Jared Silva
Eric Blake wrote: You can also try debugging it yourself. At the command line, turn on the options 'set -xv', then when you hit TAB, you will see what bash is trying to do during the tab completion. I don't personally use svn, so I'm not the best candidate to help you fix the _svn() helper func

Re: /etc/bash_completion & svn/svk completion

2007-01-29 Thread Eric Blake
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 According to Jared Silva on 1/29/2007 1:14 PM: > The command "svn update DIR" results in "svn update DIR " instead > of "svn update DIR/". The same goes for svk. The space being added > instead of a slash is annoying. Does anyone know what causes th

/etc/bash_completion & svn/svk completion

2007-01-29 Thread Jared Silva
The command "svn update DIR" results in "svn update DIR " instead of "svn update DIR/". The same goes for svk. The space being added instead of a slash is annoying. Does anyone know what causes this and how to fix it? -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem r