[Pkg-octave-commit] rev 532 - trunk/www

Rafael Laboissiere rafael at costa.debian.org
Thu Mar 23 12:09:41 UTC 2006


Author: rafael
Date: 2006-03-23 12:09:41 +0000 (Thu, 23 Mar 2006)
New Revision: 532

Modified:
   trunk/www/DOG-Guidelines.txt
Log:
Added instructions for anonymous access of the SVN repository


Modified: trunk/www/DOG-Guidelines.txt
===================================================================
--- trunk/www/DOG-Guidelines.txt	2006-03-22 11:36:13 UTC (rev 531)
+++ trunk/www/DOG-Guidelines.txt	2006-03-23 12:09:41 UTC (rev 532)
@@ -177,6 +177,17 @@
     rm -rf debian
     svn co svn+ssh://svn.debian.org/svn/pkg-octave/trunk/packages/octave-cool/debian
 
+Developers who are not members of the Debian Octave Group can access the SVN
+repository anonymously.
+
+* The whole tree::
+
+    svn co svn://anonymous@svn.debian.org/svn/pkg-octave
+
+* The sources of a specific package::
+
+    svn co svn://anonymous@svn.debian.org/svn/pkg-octave/trunk/packages/<pkg>
+
 When committing changes that do not result in a Debian release, keep
 debian/changelog in a clearly broken state, such that the other developers
 will know that the version is not yet released.  Something like this::




More information about the Pkg-octave-commit mailing list