[med-svn] r15977 - trunk/community/website/docs

Andreas Tille tille at moszumanska.debian.org
Sun Feb 2 22:43:02 UTC 2014


Author: tille
Date: 2014-02-02 22:43:01 +0000 (Sun, 02 Feb 2014)
New Revision: 15977

Modified:
   trunk/community/website/docs/policy.xml
Log:
Another instance where we need to replace checkout by export


Modified: trunk/community/website/docs/policy.xml
===================================================================
--- trunk/community/website/docs/policy.xml	2014-02-02 22:29:44 UTC (rev 15976)
+++ trunk/community/website/docs/policy.xml	2014-02-02 22:43:01 UTC (rev 15977)
@@ -258,7 +258,7 @@
 cd projectname
 tar xzvf some_version.orig.tar.gz
 cd some-version # entering the unpackaged source tree
-if [ ! -d debian ]; then svn checkout svn://anonscm.debian.org/svn/debian-med/trunk/package_template debian ; fi
+if [ ! -d debian ]; then svn export svn://anonscm.debian.org/svn/debian-med/trunk/package_template debian ; fi
 mv debian ../trunk
 ln -s ../trunk/debian .
 




More information about the debian-med-commit mailing list