Here is the output of cloning from a ssh source:
```
$ darcs clone host:repo
scp: repo//_darcs/prefs/sources: No such file or directory
scp: repo//_darcs/prefs/prefs: No such file or directory
scp: repo//_darcs/packs/basic.tar.gz: No such file or directory
Problem while getting packed repository, getting it normally now.
Copying patches, to get lazy repository hit ctrl-C...
Finished getting.
```
All these scp messages started appearing between darcs 2.5.2 and 2.8.
The bug is already present before the "Drop SSH ControlMaster support"
patch.
Patches that could be involved are "Fix scp invocation" and "resolve
issue1970: allow ssh:// urls", but I haven't managed to build a darcs
that is so old to check it well.
|