Mercurial > hg > easyhg
comparison help/topics/10.txt @ 494:41a156d439d0
Start adding Help
author | Chris Cannam |
---|---|
date | Thu, 18 Aug 2011 16:37:27 +0100 |
parents | |
children | e6141a238811 |
comparison
equal
deleted
inserted
replaced
493:75ebcacd3f75 | 494:41a156d439d0 |
---|---|
1 {Opening and initialising things} | |
2 | |
3 Someone gave me a repository URL and asked me to clone it | |
4 | |
5 A Mercurial repository location is usually described by a URL, like | |
6 that of a website. | |
7 | |
8 For example, the URL for the repository containing the source code for | |
9 EasyMercurial itself is @https://bitbucket.org/cannam/easyhg@. | |
10 | |
11 To get a copy of the files in a repository, you need to _clone_ the | |
12 repository from the remote URL into a folder on your own computer. To | |
13 do this, | |
14 | |
15 *1. Click the Open toolbar button or use File -> Open* | |
16 | |
17 #openremote50.png | |
18 | |
19 *2. Select "Remote Repository" as the thing you want to open* | |
20 | |
21 *3. Enter the repository URL into the URL field* | |
22 | |
23 *4. Give the name of a folder on your local computer to clone into* -- | |
24 this folder will be created for you, so it shouldn't be one that already | |
25 exists | |
26 | |
27 *5. Click OK* | |
28 | |
29 If the remote repository has restricted access, you may be asked to | |
30 provide a username and password to log in to the server it is hosted | |
31 on. If the repository is large, you may have to wait a while for all the | |
32 data to be transferred. | |
33 | |
34 Provided the clone has been successful, you should now have a local | |
35 repository to work in. | |
36 |