cvs2svn-migration/trunk/invoke_cvs2svn

saq cvs at pld-linux.org
Thu Sep 15 23:22:06 CEST 2005


Author: saq
Date: Thu Sep 15 23:21:45 2005
New Revision: 6391

Modified:
   cvs2svn-migration/trunk/invoke_cvs2svn
Log:
- more forced tags/branches

Modified: cvs2svn-migration/trunk/invoke_cvs2svn
==============================================================================
--- cvs2svn-migration/trunk/invoke_cvs2svn	(original)
+++ cvs2svn-migration/trunk/invoke_cvs2svn	Thu Sep 15 23:21:45 2005
@@ -5,10 +5,24 @@
 # Checking for tag/branch mismatches...
 # ERROR: The following symbols are tags in some files and branches in others.
 # yees, the beauty of PLD
-OPTS="$OPTS --force-branch=DEVEL --force-branch=RA-branch --force-branch=AC-branch"
-OPTS="$OPTS --force-branch=RA-branch_general"
-OPTS="$OPTS --force-branch=LINUX_2_6 --force-branch=LINUX_2_4 --force-branch=LINUX_2_2_DEVEL"
-OPTS="$OPTS --force-branch=GNOME_2_0 --force-branch=rpm3"
+for b in \
+	DEVEL RA-branch{,_general,{_,-}security,_DEVEL,-pg73} AC-branch \
+	LINUX_2_{2,2_DEVEL,3,4,4_26,4_MOSIX,4_STABLE,5,6,6_7{,-2},6_8} \
+	djurban-LINUX_2_6 mozilla_1_0_2 rpm-4_0_4 XSS_4_02 \
+	MOZILLA{-1_2_1,_1_4,_CVS} NEW QUOTA_3 XFree86{_3_3_6,-4_2_0} \
+	GNOME_2_{0,4} rpm3 IPTABLES LEFTHAND MIMUW_PORTALOZA \
+	STABLE lighttpd-1_3_8 \
+	kernel-2_4_{20-6pl8,21-2_1,22-1_5} \
+	KERNEL_2_4_for_RA
+do
+	OPTS="$OPTS --force-branch=$b"
+done
+for t in \
+	LINUX_2_{4_{27,DEVEL},6_12} \
+	SAMBA_3
+do
+	OPTS="$OPTS --force-tag=$t"
+done
 # you'll find many others
 
 exec cvs2svn $OPTS -s /home/users/saq/tmp/svn /home/users/saq/tmp/repo



More information about the pld-cvs-commit mailing list