Difference between revisions of "Setting up an account on hg.geeklog.net"

From GeeklogWiki
Jump to: navigation, search
m (Added category)
m (Removed category)
Line 35: Line 35:
  
  
[[Category:Development]] [[Category:Internals]]
+
[[Category:Internals]]

Revision as of 08:21, 10 May 2009

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)

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.