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

Popular posts from this blog

apache - Add omitted ? to URLs -

redirect - bbPress Forum - rewrite to wwww.mysite prohibits login -

php - How can I stop spam on my custom forum/blog? -