On Thu, Aug 8, 2019 at 10:20 AM Poor Yorick <org.fossil-...@pooryorick.com>
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 plus encoding, all fail.  Is there
some
> incantation that works?

This mailing list isn't used any more. The current support forum is:

https://fossil-scm.org/forum/

That said, i'm going to take a wild guess as to a workaround:

fossil clone 'ssh://user@domain://path/to/"directory with
spaces"/my.fossil' my.fossil

(Note the extra quotes.)

i've no idea if that will really work, though.

-- 
----- stephan beal
https://wanderinghorse.net/home/stephan/
"Freedom is sloppy. But since tyranny's the only guaranteed byproduct of
those who insist on a perfect world, freedom will have to do." -- Bigby Wolf
_______________________________________________
fossil-users mailing list
fossil-users@lists.fossil-scm.org
http://lists.fossil-scm.org:8080/cgi-bin/mailman/listinfo/fossil-users

Reply via email to