Setting up an account on hg.geeklog.net

From GeeklogWiki
Revision as of 19:04, 14 May 2012 by Dirk (talk | contribs) (Setting up an account on cvs.geeklog.net moved to Setting up an account on hg.geeklog.net: Cosmetics, changed the name of the server)

Jump to: navigation, search

Accounts that provide access to Geeklog's Mercurial repository are given out by invitation (or to GSoC students). Since the Mercurial repository is hosted on a server sponsored by pair Networks, we will have to ask their support to actually create these accounts.

Please note that we're still using cvs.geeklog.net for the server name, despite the switch from CVS to Mercurial some time ago.

Login

Once you know your account name and initial password, use SSH to log into the server. From the command line, that would be

ssh username@cvs.geeklog.net

(replacing 'username' with your provided username, of course). Windows users can use PuTTY or some other SSH client.

Changing the password

Use the passwd command to change your initial password. Simply enter

passwd

and follow the instructions.

Please make sure to remember your new password and/or note it down in a safe place. If you forget your password, we will have to ask pair.com support to reset it.

Creating a .hgrc file

You should create a file named .hgrc (with the dot) in your home directory that contains the following lines:

[trusted]
users = geeklog2
groups = users

This will ensure, among other things, that notification emails can be sent properly to the geeklog-cvs mailing list.


And that's all - there isn't really anything else that you can do with this account.