darcs

Issue 2196 darcs doesn't expand "~" paths?

Title darcs doesn't expand "~" paths?
Priority feature Status wont-fix
Milestone Resolved in
Superseder Nosy List ssbr
Assigned To
Topics

Created on 2012-05-09.18:00:43 by ssbr, last changed 2024-06-21.22:49:45 by bfrk.

Messages
msg15659 (view) Author: ssbr Date: 2012-05-09.18:00:42
I am under the impression that darcs doesn't expand a path like "~foo".
For example, the following fails for me in darcs 2.7.99.1 rc1 (the
ubuntu version of darcs):
    
    $ darcs push daj@example.org:~daj/foo

even though I can `cd ~daj/foo` if I SSH in by hand.

I would request that darcs expand these paths as appropriate, so that
that would be the same as if I'd done it locally where ~ is expanded by
the shell. In this case, ~daj is /u/daj, and it works if I darcs push
daj@example.org:/u/daj/foo .
msg24039 (view) Author: bfrk Date: 2024-06-21.22:49:45
This is established semantics for SSH style remote paths and there is no 
reason to change it in any way.
History
Date User Action Args
2012-05-09 18:00:43ssbrcreate
2024-06-21 22:49:45bfrksetstatus: unknown -> wont-fix
messages: + msg24039