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

Andreas Tille tille at moszumanska.debian.org
Mon Oct 5 06:33:29 UTC 2015


Author: tille
Date: 2015-10-05 06:33:28 +0000 (Mon, 05 Oct 2015)
New Revision: 20188

Modified:
   trunk/community/website/docs/Makefile
   trunk/community/website/docs/policy.xml
Log:
Provide hint to way better maintained commiters file


Modified: trunk/community/website/docs/Makefile
===================================================================
--- trunk/community/website/docs/Makefile	2015-10-05 06:25:19 UTC (rev 20187)
+++ trunk/community/website/docs/Makefile	2015-10-05 06:33:28 UTC (rev 20188)
@@ -1,4 +1,4 @@
-PUBLISHHOST=alioth.debian.org
+PUBLISHHOST=alioth
 PUBLISHDIR=/home/groups/debian-med/htdocs/docs
 
 all: policy

Modified: trunk/community/website/docs/policy.xml
===================================================================
--- trunk/community/website/docs/policy.xml	2015-10-05 06:25:19 UTC (rev 20187)
+++ trunk/community/website/docs/policy.xml	2015-10-05 06:33:28 UTC (rev 20188)
@@ -547,8 +547,11 @@
 		  </para>
 		    <itemizedlist>
 		      <listitem>
-			      <para>Start the conversion as explained in the <ulink url="http://wiki.debian.org/Alioth/Git#ConvertaSVNAliothrepositorytoGit">Alioth/Git</ulink> page of the Debian wiki. To be consistent with a later usage of <command>gbp buildpackage</command>, it is preferable to prefix the tag names <quote>debian</quote>. During this conversion, you can take advantage of the file <filename>/trunk/community/infrastructure/comitters</filename> in the Subversion repository, and expand it if necessary.</para>
-			      <programlisting>svn checkout svn+ssh://svn.debian.org/svn/debian-med/trunk/community/infrastructure/comitters</programlisting>
+			      <para>Start the conversion as explained in the <ulink url="http://wiki.debian.org/Alioth/Git#ConvertaSVNAliothrepositorytoGit">Alioth/Git</ulink> page of the Debian wiki. To be consistent with a later usage of <command>gbp buildpackage</command>, it is preferable to prefix the tag names <quote>debian</quote>. During this conversion, you can take advantage of the file <filename>/trunk/helper-scripts/debian-med-authors</filename> in the Subversion repository, and expand it if necessary.</para>
+			      <programlisting>svn checkout svn+ssh://svn.debian.org/svn/debian-med/trunk/helper-scripts/debian-med-authors</programlisting>
+			      <para>You can also use the script <filename>/trunk/helper-scripts/convert_svn_2_git</filename> that tries to implement the
+			            <ulink url="http://wiki.debian.org/Alioth/Git#ConvertaSVNAliothrepositorytoGit">Wiki page</ulink> but be aware that the
+			            tags from SVN are lost (enhancements / fixes are welcome).</para>
 		      </listitem>
 		      <listitem>
 		        <para>Import of the upstream original tarballs that you find relevant, for instance the ones that were part of a stable release). When this paragraph was written, it was necessary to follow special instruction detailed in <ulink url="http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=471560">bug 471560</ulink>.




More information about the debian-med-commit mailing list