Mercurial Clone Error -
everytime try clone repo local laptop testing server (using ssh), .hg directory thing clones, , source never gets copied. im not sure causing this, since unusual behavior. ideas?
thanks
local
app sys .hg
clone command
hg clone repo ssh://user@host/repo
server after clone
.hg
that's expected. see hg clone
:
it possible specify "ssh://" url destination, no .hg/hgrc , working directory created on remote side. please see "hg urls" important details "ssh://" urls.
if log server after clone, should able run hg update
in remote repository create working directory.
Comments
Post a Comment