[darcs-devel] [issue454] darcs + scp doesn't work for paths with
whitespace
Misha Aizatulin
bugs at darcs.net
Wed May 9 19:43:50 PDT 2007
New submission from Misha Aizatulin <avatar at hot.ee>:
Here is the problem:
====================
:~/tmp/darcs> mkdir two\ words
:~/tmp/darcs> cd two\ words/
:~/tmp/darcs/two words> darcs init
:~/tmp/darcs/two words> cd ..
:~/tmp/darcs> darcs get "localhost:tmp/darcs/two words"
Invalid repository: localhost:tmp/darcs/two words
darcs failed: (scp) failed to fetch: localhost:tmp/darcs/two words/_darcs/inventory
====================
Here is how I solved it for myself (a darcs patch):
===================
{
hunk ./External.hs 188
+ tr ' ' = "\\ "
}
===================
I imagine that copySSHs might also need some change.
----------
messages: 1680
nosy: EricKow, beschmi, droundy, giksos, tommy
priority: bug
status: unread
title: darcs + scp doesn't work for paths with whitespace
____________________________________
Darcs issue tracker <bugs at darcs.net>
<http://bugs.darcs.net/issue454>
____________________________________
More information about the darcs-devel
mailing list