create repository scripty end repository match /trunk/l10n-kf5/scripts/ repository scripty branch master end match match /trunk/l10n-kde4/scripts/ repository scripty branch trunk_l10n-kde4 end match match /trunk/l10n-kde3/scripts/ repository scripty branch trunk_l10n-kde3 end match match /branches/stable/l10n-kf5/scripts/ repository scripty branch stable_l10n-kf5 end match match /branches/stable/l10n-kf5-plasma-lts/scripts/ repository scripty branch stable_l10n-kf5-plasma-lts end match match /branches/stable/l10n-kde4/scripts/ repository scripty branch stable_l10n-kde4 end match match /branches/stable/l10n/scripts/ repository scripty branch stable_l10n end match match /branches/KDE/([0-9.]+)/kde-i18n/scripts/ repository scripty branch kde-l10n-\1 end match match /branches/KDE/([0-9.]+)/kde-l10n/scripts/ repository scripty branch kde-l10n-\1 end match match /tags/KDE/([0-9.]+)/kde-i18n/scripts/ repository scripty branch refs/tags/v\1 annotated true end match match /tags/KDE/([0-9.]+)/kde-l10n/scripts/ repository scripty branch refs/tags/v\1 annotated true end match # recurse action for "KDE" directory match /(branches|tags)/KDE/([^/]+)/$ action recurse end match # recurse action for l10n directories match /(branches|tags)/KDE/([^/]+)/(kde-i18n|kde-l10n|l10n-kde4|l10n|l10n-kde3|l10n-kf5|l10n-kf5-plasma-lts)/$ action recurse end match # 724091: Move /trunk/KDE/kde-common -> /trunk/kde-common #match /trunk/kde-common/([^/]+)$ match /trunk/kde-common/ min revision 724091 repository scripty branch master prefix kde-common/ end match # 409203: Move /trunk/kde-common -> /trunk/KDE/kde-common #match /trunk/KDE/kde-common/([^/]+)$ match /trunk/KDE/kde-common/ max revision 724090 min revision 409203 repository scripty branch master prefix kde-common/ end match #match /trunk/kde-common/([^/]+)$ match /trunk/kde-common/ min revision 32464 max revision 409202 repository scripty branch master prefix kde-common/ end match match /branches/KDE/([0-9.]+)/kde-common/ repository scripty branch kde-l10n-\1 prefix kde-common/ end match match / end match