Thursday, June 27, 2013

Fwd: mercurial clone

go to eclipse project
'share project'
select 'mercurial'

make a initial commit. (local commit)

Then go to terminal -> project home

$project_home> hg clone. ssh://_user_@remote_repository

eg:

$WorkType>hg clone . ssh://a.renduchintala@scm//opt/hg/incubator/WorkTypeClassificationPilot

(should see messages like searching for changes, adding manifests etc)

Once all files are added to remote clone, you can go back to eclipse->project->team->push


No comments: