[Pkg-jed-commit] r1039 - www

Rafael Laboissiere rafael at alioth.debian.org
Fri Jan 11 10:24:37 UTC 2008


Author: rafael
Date: 2008-01-11 10:24:37 +0000 (Fri, 11 Jan 2008)
New Revision: 1039

Modified:
   www/DJG-Guidelines.txt
Log:
* Mention the svn-import-pkg script
* Fixed the SVN commands

Modified: www/DJG-Guidelines.txt
===================================================================
--- www/DJG-Guidelines.txt	2008-01-11 10:22:10 UTC (rev 1038)
+++ www/DJG-Guidelines.txt	2008-01-11 10:24:37 UTC (rev 1039)
@@ -121,15 +121,17 @@
     svn+ssh://svn.debian.org/svn/pkg-jed/jed-cool/tags/1.2.3-3 \
     svn+ssh://svn.debian.org/svn/pkg-jed/jed-cool/tags/1.2.3-4
 
-Here is the cookbook to put a new package under Subversion control:
+To put a new package under Subversion control, use the `svn-import-pkg`_
+script or follow this cookbook:
 
 * Create the directory for the new package, as well as the subdirectories
   trunk and tags::
 
-     svn mkdir svn+ssh://svn.debian.org/svn/pkg-jed/jed-cool         \
-       svn mkdir svn+ssh://svn.debian.org/svn/pkg-jed/jed-cool/trunk \
-       svn mkdir svn+ssh://svn.debian.org/svn/pkg-jed/jed-cool/tags  \
-       --message "Created directory structure for jed-cool package"
+     svn mkdir svn+ssh://svn.debian.org/svn/pkg-jed/jed-cool        \
+       svn+ssh://svn.debian.org/svn/pkg-jed/jed-cool/trunk          \
+       svn+ssh://svn.debian.org/svn/pkg-jed/jed-cool/trunk/debian   \
+       svn+ssh://svn.debian.org/svn/pkg-jed/jed-cool/tags           \
+       --message 'Created directory structure for jed-cool package'
 
   :note: This only works if your user name in the system you are working is
          the same as your user name in Alioth.  If this is not the case, you
@@ -154,14 +156,15 @@
 
 * Import the Debian-related files into the repository::
 
-     svn import jed-cool-1.2.3/debian \
-       svn+ssh://svn.debian.org/svn/pkg-jed/jed-cool/trunk \
+     svn import jed-cool-1.2.3/debian                             \
+       svn+ssh://svn.debian.org/svn/pkg-jed/jed-cool/trunk/debian \
        --message 'Initial import of package jed-cool'
 
 * Tag its current version::
 
-     svn copy --message 'Debian release 1.2.3-4' jed-cool/trunk/ \
-       svn+ssh://svn.debian.org/svn/pkg-jed/jed-cool/tags/1.2.3-4
+     svn copy svn+ssh://svn.debian.org/svn/pkg-jed/jed-cool/trunk \
+       svn+ssh://svn.debian.org/svn/pkg-jed/jed-cool/tags/1.2.3-4 \
+       --message 'Debian release 1.2.3-4'           \
 
 Developers who are not members of the Debian JED Group can access the SVN
 repository anonymously.
@@ -192,3 +195,4 @@
 .. _view history: http://svn.debian.org/wsvn/pkg-jed/www/DJG-Guidelines.txt?op=log&rev=0&sc=0&isdir=0
 .. _view source: http://svn.debian.org/wsvn/pkg-jed/www/DJG-Guidelines.txt?op=file&rev=0&sc=0
 .. _PDF version: DJG-Guidelines.pdf
+.. _svn-import-pkg: http://svn.debian.org/wsvn/pkg-jed/utils/svn-import-pkg?op=file&rev=0&sc=0
\ No newline at end of file




More information about the Pkg-jed-commit mailing list