create repository gentoo-syntax end repository create repository eselect-syntax end repository # gentoo-syntax match /trunk/ max revision 28 repository gentoo-syntax branch master end match match /trunk/gentoo-syntax/ min revision 29 repository gentoo-syntax branch master end match match /tags/ max revision 33 repository gentoo-syntax branch master end match match /tags/gentoo-syntax/([^/]+)/ min revision 35 repository gentoo-syntax branch refs/tags/\1 end match # eselect-syntax match /trunk/eselect-syntax/ min revision 30 repository eselect-syntax branch master end match match /tags/eselect-syntax/([^/]+)/ min revision 35 repository eselect-syntax branch refs/tags/\1 end match