2013-07-19 1 views
0

나는가 발견되지 .hg

local-host $ hg init ~/test/ 

후 원격 호스트에 내가 어떤 문제없이 복제를

remote-host $ hg clone ssh://[email protected]/test 

을 가진 지역의 repo를 만들 수 있습니다.

때이 오류

remote-host $ cd test 
remote-host $ hg --verbose out 
comparing with ssh://[email protected]/test 
running ssh [email protected] 'hg -R test serve --stdio' 
searching for changes 
no changes found 
remote: abort: no repository found in '/home/user' (.hg not found)! 
remote: abort: no repository found in '/home/user' (.hg not found)! 

를 받고 원격 REPO 메신저에서 보내는 변경이있는 경우 내가 원격/로컬 저장소의 변경 사항을 커밋하면 확인하고 오류하지만 변화를 받고 메신저 밀어하려고 메신저 밀어 넣습니다.

두 호스트 모두 동일한 수은 버전입니다.

아이디어가 있으십니까?

+0

가 원격 시스템에'~/test'에있는 저장소입니다? – dimo414

+0

가능한 복제본 http://stackoverflow.com/questions/8493733/mercurial-remote-abort-there-is-no-mercurial-repository-here-hg-not-found – Vince

답변

0
당신이 저장소를 알려 할 필요가

- 가장 쉬운 방법은 다음과 같습니다

remote-host $ cd ~/test/ 
remote-host $ hg --verbose out 
+0

"hg --verbose (예 : "cd test"를 사용하여 예제 코드를 명확하게 업데이트했습니다). – user2599522

+0

저장소에있는'ls -al'의 결과는 무엇입니까? –

+0

'총계 12 drwxrwxr-x 3 사용자 사용자 4096 Jun 30 12:45. drwxrwxr-x 26 사용자 사용자 4096 6 월 30 일 12:45 .. drwxrwxr-x 3 사용자 사용자 4096 Jun 30 12:45 .hg' (회신에서 다중 회선을 어떻게 수행합니까? : p) – user2599522

관련 문제