Re: [fossil-users] clone a repository over ssh where the path includes whitespace characters

2019-08-08 Thread Martin S. Weber
On 2019-08-08 08:25:30, Andy Bradford wrote: > Thus said Stephan Beal on Thu, 08 Aug 2019 12:06:30 +0200: > > > fossil clone 'ssh://user@domain://path/to/"directory with > > spaces"/my.fossil' my.fossil > > Yes, that works, but it's a hack really because ... Its behaviour is consistent with

Re: [fossil-users] clone a repository over ssh where the path includes whitespace characters

2019-08-08 Thread Andy Bradford
Thus said Stephan Beal on Thu, 08 Aug 2019 12:06:30 +0200: > fossil clone 'ssh://user@domain://path/to/"directory with > spaces"/my.fossil' my.fossil Yes, that works, but it's a hack really because the user has to know that Fossil is using /bin/sh instead of simply calling exec() with

Re: [fossil-users] clone a repository over ssh where the path includes whitespace characters

2019-08-08 Thread Stephan Beal
On Thu, Aug 8, 2019 at 10:20 AM Poor Yorick wrote: > > Hello, > > Attempting to clone a repository over ssh where the path contains whitespace > characters: > > fossil clone 'ssh://user@domain://path/to/directory with spaces/my.fossil' my.fossil > > Various attempts, including percent or

[fossil-users] clone a repository over ssh where the path includes whitespace characters

2019-08-08 Thread Poor Yorick
Hello, Attempting to clone a repository over ssh where the path contains whitespace characters: fossil clone 'ssh://user@domain://path/to/directory with spaces/my.fossil' my.fossil Various attempts, including percent or plus encoding, all fail. Is there some incantation that works?