[kune-commits] r1063 - trunk

vjrj vjrj at ourproject.org
Tue Mar 10 00:32:39 CET 2009


Author: vjrj
Date: 2009-03-10 00:32:38 +0100 (Tue, 10 Mar 2009)
New Revision: 1063

Modified:
   trunk/DEV-GUIDE
Log:
dev-guide updated

Modified: trunk/DEV-GUIDE
===================================================================
--- trunk/DEV-GUIDE	2009-03-06 13:10:36 UTC (rev 1062)
+++ trunk/DEV-GUIDE	2009-03-09 23:32:38 UTC (rev 1063)
@@ -2,8 +2,26 @@
 
 ''This is the trunk/DEV-GUIDE file (must have the same content as the [http://kune.ourproject.org/wiki/index.php?title=Kune_developer's_guide wiki page])''
 
+==How to checkout the code of kune==
+
+Our code is in the svn of ourproject.
+
+===Anonymous Subversion Access===
+
+This project's SVN repository can be checked out through anonymous access with the following command(s).
+
+ svn checkout svn://scm.ourproject.org/svnroot/kune/trunk
+
+===Developer Subversion Access via SSH===
+
+Only project developers can access the SVN tree via this method. SSH must be installed on your client machine. Substitute colaborator with the proper values. Enter your ourproject web password when prompted.
+
+ svn checkout svn+ssh://[email protected]/svnroot/kune/trunk
+
 ==Some relevant docs for kune development==
 
+See this files in trunk directory:
+
 * trunk/img/kune-arch.png          # architecture diagram
 * trunk/INSTALL
 * trunk/TROUBLESHOOT




More information about the kune-commits mailing list