[Pkg-jed-commit] r252 - trunk/www

Rafael Laboissiere rafael at costa.debian.org
Thu Mar 23 12:03:34 UTC 2006


Author: rafael
Date: 2006-03-23 12:03:32 +0000 (Thu, 23 Mar 2006)
New Revision: 252

Modified:
   trunk/www/DJG-Guidelines.txt
Log:
* Changed mode line to -rst-.  Thsi will work in both Emacs and JED.
* Added instructions for anonymous SVN access 


Modified: trunk/www/DJG-Guidelines.txt
===================================================================
--- trunk/www/DJG-Guidelines.txt	2006-01-24 13:25:39 UTC (rev 251)
+++ trunk/www/DJG-Guidelines.txt	2006-03-23 12:03:32 UTC (rev 252)
@@ -1,10 +1,10 @@
-..                    -*- rst-mode -*-
+..                    -*- rst -*-
 
 Guidelines for maintaining JED-related Debian packages
 ======================================================
 
 
-:Authors: Rafael Laboissiere and the Debian JED Group 
+:Authors: Rafael Laboissiere and the Debian JED Group
 :Contact: pkg-jed-devel at lists.alioth.debian.org
 :Version: $Id$
 
@@ -186,6 +186,17 @@
      rm -rf debian
      svn co svn+ssh://svn.debian.org/svn/pkg-jed/trunk/packages/jed-cool/debian
 
+Developers who are not members of the Debian JED Group can access the SVN
+repository anonymously.
+
+* The whole tree::
+
+    svn co svn://anonymous@svn.debian.org/svn/pkg-jed
+
+* The sources of a specific package::
+
+    svn co svn://anonymous@svn.debian.org/svn/pkg-jed/trunk/packages/<pkg>
+
 When committing changes that do not result in a Debian release, keep a clear
 indication in debian/changelog in a clearly broken state, such that the
 other developers will know that the version is not yet released.  Something




More information about the Pkg-jed-commit mailing list