r40255 - /website/subversion.pod

ryan52-guest at users.alioth.debian.org ryan52-guest at users.alioth.debian.org
Mon Jul 20 04:37:40 UTC 2009


Author: ryan52-guest
Date: Mon Jul 20 04:37:33 2009
New Revision: 40255

URL: http://svn.debian.org/wsvn/?sc=1&rev=40255
Log:
document to use --setprops

Modified:
    website/subversion.pod

Modified: website/subversion.pod
URL: http://svn.debian.org/wsvn/website/subversion.pod?rev=40255&op=diff
==============================================================================
--- website/subversion.pod (original)
+++ website/subversion.pod Mon Jul 20 04:37:33 2009
@@ -33,7 +33,7 @@
 should be used when a new package is put in the care of the Perl Group.
 
 The Perl Group now uses a SVN repository layout that is not the default used by
-svn-inject. Pass "-l 2 " to svn-inject to make it use the right layout.
+svn-inject. Pass "-l 2 --setprops " to svn-inject to make it use the right layout.
 
 =item * svn-buildpackage -- Like dpkg-buildpackage, only SVN aware.
 
@@ -113,7 +113,7 @@
 The upload procedure is simple.  Once you have the source to the package
 (C<.orig.tar.gz>, C<.diff> and C<.dsc>), all you have to do is:
 
-    svn-inject -l 2 \
+    svn-inject -l 2 --setprops \
         libfile-touch-perl_0.04-1.dsc \
         svn+ssh://svn.debian.org/svn/pkg-perl/
 
@@ -133,6 +133,8 @@
 =item 4. Patch the working directory version with your C<.diff.gz>.
 
 =item 5. Upload this new debianized version to C<trunk/>.
+
+=item 6. Set subversion props on the debian directory so that svn-{buildpackage,upgrade} know the layout.
 
 =back
 




More information about the Pkg-perl-cvs-commits mailing list