You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@subversion.apache.org by Michael W Thelen <mi...@pietdepsi.com> on 2006/01/10 21:45:22 UTC

Re: [PATCH] bash_completion glob confusion

Peter Samuelson wrote:
> bash completion for 'svn <tab>' tries to include "?" as a subcommand.
> This doesn't work, at least in bash 3.0, because the bash completion
> machinery somehow thinks it is a glob, and lists all single-character
> filenames in the current directory.  Thus it will only do the right
> thing _if_ you have no files that match "?".

Thanks for the patch... is any developer able to take a look at this?
If not, I'll file a patch for it in a day or two.

-- 
Michael W Thelen
It is a mistake to think you can solve any major problems just with
potatoes.       -- Douglas Adams

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org

Re: [PATCH] bash_completion glob confusion

Posted by Julian Foad <ju...@btopenworld.com>.
Michael W Thelen wrote:
> Peter Samuelson wrote:
> 
>>bash completion for 'svn <tab>' tries to include "?" as a subcommand.
>>This doesn't work, at least in bash 3.0, because the bash completion
>>machinery somehow thinks it is a glob, and lists all single-character
>>filenames in the current directory.  Thus it will only do the right
>>thing _if_ you have no files that match "?".
> 
> Thanks for the patch... is any developer able to take a look at this?
> If not, I'll file a patch for it in a day or two.

Another easy little patch ... that'll be one for me, then.

OK, the patch is fine.  Committed in r18062, with the log message tweaked. 
Thanks, Peter.

- Julian

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org