[Demudi-commits] r281 - demudi-trac/trunk/wiki

Free Ekanayaka free-guest@haydn.debian.org
Wed, 01 Dec 2004 01:20:07 -0700


Author: free-guest
Date: 2004-12-01 01:19:26 -0700 (Wed, 01 Dec 2004)
New Revision: 281

Modified:
   demudi-trac/trunk/wiki/DevelopCode
Log:
wiki: 

Modified: demudi-trac/trunk/wiki/DevelopCode
===================================================================
--- demudi-trac/trunk/wiki/DevelopCode	2004-11-30 12:10:50 UTC (rev 280)
+++ demudi-trac/trunk/wiki/DevelopCode	2004-12-01 08:19:26 UTC (rev 281)
@@ -1,5 +1,7 @@
-= DeMuDi source code =
+= Access the source code =
 
+== Browse ==
+
 The !DeMuDi project uses [http://subversion.tigris.org/ Subversion] (''SVN'' for short) as its revision control system.
 
 You can browse the source packages in repository through the
@@ -7,12 +9,14 @@
 check it out as anonymous user with:
 
 {{{
- svn checkout svn://svn.debian.org/svn/demudi/<PACKAGE>/trunk <PACKAGE>
+	svn checkout svn://svn.debian.org/svn/demudi/<PACKAGE>/trunk <PACKAGE>
 }}}
 
 where {{{<PACKAGE>}}} is one of the packages listed by the web
 interface.
 
+== Commit ==
+
 If you want to get involved and commit changes please [http://alioth.debian.org/account/register.php register] yourself on [http://alioth.debian.org/ Alioth], and ask to [mailto:free@agnula.org Free Ekanayaka]
 to be added to the project.
 
@@ -20,15 +24,15 @@
 
 After you creted your Alioth account, you might want to upload your
 [http://www.openssh.com/ SSH] key to the server. If you don't have an
-SSH key, just generate it:
+SSH key, just generate it and upload it to the server:
 
 {{{
-     ssh-keygen -t dsa -f ~/.ssh/id_dsa -N ""
+	ssh-keygen -t dsa -f ~/.ssh/id_dsa -N ""
+	scp ~/.ssh/id_dsa.pub <user>-guest@/var/lib/gforge/chroot/home/users/<user>-guest/.ssh/authorized_keys
 }}}
 
-Now login in your [https://alioth.debian.org/my your personal ALioth page], click
-on ''User Options'' in the upper tab and then ''Modify keys'' at the bottom of the page,
-finally cut and paste your {{{~/.ssh/id_dsa.pub}}} in the form.
+This way you won't be asked to type the  password every time you use a
+''SVN'' command.
 
 To checkout the code as a developer: