[Bash-completion-devel] Bug#524961: bash-completion: Tab completion of svk command line forgets to escape filenames

2009-04-21 Thread Brendon Higgins
Package: bash-completion Version: 1:1.0-2 Severity: normal Hi, Try this: touch filename with spaces svk add filenTAB The completion I get is svk add filename with spaces. Note that the completion does not escape the spaces in the filename. When you try to run the command, svk looks for the

Re: [Bash-completion-devel] Bug#524961: bash-completion: Tab completion of svk command line forgets to escape filenames

2009-04-21 Thread David Paleino
tags 514961 confirmed pending patch thanks On Tue, 21 Apr 2009 17:16:50 +1000, Brendon Higgins wrote: Package: bash-completion Version: 1:1.0-2 Severity: normal Hi, Hello, Try this: touch filename with spaces svk add filenTAB The completion I get is svk add filename with