problem with clone ssh://

Satish Balay balay at fastmail.fm
Fri Jun 2 16:46:57 CDT 2006


The following works:

    hg clone ssh://machine//repo local_repo

But the following does not.

    hg clone local_repo ssh://machine//repo

Is it supporsed to work? [currently I workarround this with rsync]

Thanks,
Satish
--------------

asterix:/home/balay/tmp>hg clone ssh://localhost//home/balay/tmp/foo bar
requesting all changes
adding changesets
adding manifests
adding file changes
added 1 changesets with 1 changes to 1 files
1 files updated, 0 files merged, 0 files removed, 0 files unresolved
asterix:/home/balay/tmp>hg clone foo  ssh://localhost//home/balay/tmp/bar2
abort: No such file or directory: /home/balay/tmp/ssh:/localhost/home/balay/tmp/bar2


More information about the Mercurial mailing list