# # Create the area51 repositories # # Main ports repository create repository area51 end repository # Match area51 match /trunk/area51/ repository area51 branch master end match # Add branches for KDE match /branches/kde_([0-9]+)_([0-9]+)/ repository area51 branch kde-\1.\2 end match # Add branches for QT match /branches/qt-([^/]+)/ repository area51 branch qt-\1 end match # Add tags for KDE match /tags/kde-([^/]+)/ repository area51 branch refs/tags/kde-\1 annotated true end match # Ignore everything else match / end match