darcs

Issue 2027 Inconsistent repodir quoting when going over SSH

Title Inconsistent repodir quoting when going over SSH
Priority bug Status given-up
Milestone Resolved in
Superseder Nosy List lele
Assigned To
Topics SSH

Created on 2010-12-24.14:19:01 by lele, last changed 2017-07-31.00:22:47 by gh.

Messages
msg13416 (view) Author: lele Date: 2010-12-24.14:19:00
I notice that while

  darcs put /tmp/strange\'name

works,

  darcs put localhost:/tmp/strange\'name

does not, as darcs issues an invalid remote command:

  ssh localhost darcs initialize --repodir='/tmp/strange'name' --darcs-2

ciao, and happy-xmas!
-- 
nickname: Lele Gaifax | Quando vivrò di quello che ho pensato ieri
real: Emanuele Gaifas | comincerò ad aver paura di chi mi copia.
lele@metapensiero.it  |                 -- Fortunato Depero, 1929.
msg13448 (view) Author: kowey Date: 2011-01-05.16:33:05
Probably not *that* hard to fix, but it'd be good for implementor to 
Think Evil and try to nail down other possible variants of the bug.  I 
think it's RemoteApply you want to look at, or External.
History
Date User Action Args
2010-12-24 14:19:01lelecreate
2011-01-05 16:33:06koweysetpriority: bug
status: unknown -> needs-implementation
topic: + SSH
messages: + msg13448
2017-07-31 00:22:47ghsetstatus: needs-implementation -> given-up