77 <section> |
77 <section> |
78 <title>Creating repositories</title> |
78 <title>Creating repositories</title> |
79 <para> |
79 <para> |
80 To store a repository on the server, clone it over. |
80 To store a repository on the server, clone it over. |
81 </para> |
81 </para> |
82 <screen><computeroutput>jay@spoon:~$ </computeroutput><userinput>cd my-mercurial-project</userinput> |
82 <screen><computeroutput>jay@spoon:~$ </computeroutput><userinput>cd myproj</userinput> |
83 <computeroutput>jay@spoon:~/my-mercurial-project$ </computeroutput><userinput>hg clone . ssh://hg@jeeves/repository/name</userinput> |
83 <computeroutput>jay@spoon:~/myproj$ </computeroutput><userinput>hg clone . ssh://hg@jeeves/repository/name</userinput> |
84 <computeroutput>searching for changes |
84 <computeroutput>searching for changes |
85 remote: adding changesets |
85 remote: adding changesets |
86 remote: adding manifests |
86 remote: adding manifests |
87 remote: adding file changes |
87 remote: adding file changes |
88 remote: added 119 changesets with 284 changes to 61 files |
88 remote: added 119 changesets with 284 changes to 61 files |
89 jay@spoon:~/my-mercurial-project$ </computeroutput><userinput>hg pull ssh://hg@jeeves/repository/name</userinput> |
89 jay@spoon:~/myproj$ </computeroutput><userinput>hg pull ssh://hg@jeeves/repository/name</userinput> |
90 <computeroutput>pulling from ssh://hg@jeeves/repository/name |
90 <computeroutput>pulling from ssh://hg@jeeves/repository/name |
91 searching for changes |
91 searching for changes |
92 no changes found |
92 no changes found |
93 <computeroutput>jay@spoon:~/my-mercurial-project$ </computeroutput><userinput>cd ..</userinput> |
93 <computeroutput>jay@spoon:~/myproj$ </computeroutput><userinput>cd ..</userinput> |
94 jay@spoon:~$ </computeroutput></screen> |
94 jay@spoon:~$ </computeroutput></screen> |
95 </section> |
95 </section> |
96 <section> |
96 <section> |
97 <title>Adding other users</title> |
97 <title>Adding other users</title> |
98 <para> |
98 <para> |