create repository odf-util end repository match /trunk/odf-util/ repository odf-util branch main end match #match /branches/([^/]+)/ # repository odf-util # branch \1 #end match match /tags/(odf-util-[^/]+)/ repository odf-util branch refs/tags/\1 annotated true end match # catch rest match / end match