## ## Rules file for svn2git/svn-all-fast-export (of KDE) ## for conversion of svn://overlays.gentoo.org/proj/java/ ## ## Copyright (C) 2013 Sebastian Pipping ## Licensed under GPL v2 or later ## create repository baselayout-java.git end repository create repository eselect-java.git end repository create repository java.git end repository create repository java-config.git end repository create repository java-experimental.git end repository create repository javatoolkit.git end repository create repository java-testcases.git end repository match /projects/baselayout-java/tags/([^/]+)/ repository baselayout-java.git branch refs/tags/\1 end match match /projects/baselayout-java(?:/trunk)?/ repository baselayout-java.git branch master end match match /projects/eselect-java/tags/([^/]+)/ repository eselect-java.git branch refs/tags/\1 end match match /projects/eselect-java(?:/trunk)?/ repository eselect-java.git branch master end match match /(?:(?:gentoo-java-experimental/)?java-config-ng|projects/java-config-2)/branches/([^/]+)/ repository java-config.git branch \1 end match match /(?:(?:gentoo-java-experimental/)?java-config-ng|projects/java-config-2)/tags/([^/]+)/ repository java-config.git branch refs/tags/\1 end match match /(?:(?:gentoo-java-experimental/)?java-config-ng|projects/java-config-2)(?:/trunk)?/ repository java-config.git branch master end match match /(?:projects/)?javatoolkit/branches/([^/]+)/ repository javatoolkit.git branch \1 end match match /(?:projects/)?javatoolkit/tags/([^/]+)/ repository javatoolkit.git branch refs/tags/\1 end match match /(?:projects/)?javatoolkit(?:/trunk)?/ repository javatoolkit.git branch master end match match /testcases/ repository java-testcases.git branch master end match match /java-overlay/ repository java.git branch master end match match /(?:gentoo-)?java-experimental/ repository java-experimental.git branch master end match match /java-experimental-overlays?/ repository java-experimental.git branch master end match match / repository java.git branch master min revision 816 max revision 816 end match match / end match