create repository openvpms end repository create repository esci end repository create repository webdav-editor-launcher end repository create repository jasperreports-scaler end repository # ----------------------------------------------------------------------------- # Projects - openvpms # ----------------------------------------------------------------------------- match /projects/openvpms/trunk/ repository openvpms branch master end match match /projects/openvpms/branches/([^/]+)/ repository openvpms branch \1 end match match /projects/openvpms/tags/([^/]+)/ repository openvpms branch refs/tags/openvpms-\1 annotated true end match # ----------------------------------------------------------------------------- # Projects - webdav-editor-launcher # ----------------------------------------------------------------------------- match /projects/webdav-editor-launcher/trunk/ repository webdav-editor-launcher branch master end match match /projects/webdav-editor-launcher/tags/([^/]+)/ repository webdav-editor-launcher branch refs/tags/webdav-editor-launcher-\1 annotated true end match # ----------------------------------------------------------------------------- # Projects - jasperreports-scaler # ----------------------------------------------------------------------------- match /projects/jasperreports-scaler/trunk/ repository jasperreports-scaler branch master end match match /projects/jasperreports-scaler/tags/([^/]+)/ repository jasperreports-scaler branch refs/tags/jasperreports-scaler-\1 annotated true end match # ----------------------------------------------------------------------------- # openvpms-esci # ----------------------------------------------------------------------------- match /esci/trunk/ repository esci branch master end match match /esci/tags/([^/]+)/ repository esci branch refs/tags/openvpms-esci-\1 annotated true end match # ----------------------------------------------------------------------------- # openvpms-framework # ----------------------------------------------------------------------------- # Framework, before it moved to /framework, revisions 1-67 match /trunk/(.checkstyle|.classpath|.project|maven.xml|openvpms-checks.xml|project.properties|project.xml) repository openvpms branch legacy prefix openvpms-framework/\1 end match # Framework, before it moved to /framework, revisions 1-67 match /trunk/(components|build|src)/ repository openvpms branch legacy prefix openvpms-framework/\1/ end match # Framework, before it moved to /framework, revisions 69-476 match /trunk/openvpms-framework/* repository openvpms branch legacy prefix openvpms-framework/ end match match /framework/trunk/ repository openvpms branch legacy prefix openvpms-framework/ end match match /framework/branches/openvpms-framework-([^/]+)/ repository openvpms prefix openvpms-framework/ branch openvpms-framework-\1 end match match /framework/branches/([^/]+)/ repository openvpms prefix openvpms-framework/ branch openvpms-framework-\1 end match match /framework/tags/openvpms-framework[s]?-([^/]+)/ repository openvpms prefix openvpms-framework/ branch refs/tags/openvpms-framework-\1 annotated true end match match /framework/tags/([^/]+)/ repository openvpms prefix openvpms-framework/ branch refs/tags/openvpms-framework-\1 annotated true end match # ----------------------------------------------------------------------------- # maven-plugins # ----------------------------------------------------------------------------- match /maven/trunk/ repository openvpms prefix maven-plugins/ branch legacy end match match /maven/branches/maven-1.5/ repository openvpms prefix maven-plugins/ branch maven-plugins-1.5 end match match /maven/branches/maven-plugins-([^/]+)/ repository openvpms prefix maven-plugins/ branch maven-plugins-\1 end match match /maven/branches/([^/]+)/ repository openvpms prefix maven-plugins/ branch maven-plugins-\1 end match match /maven/tags/maven-plugins-([^/]+)/ repository openvpms prefix maven-plugins/ branch refs/tags/maven-plugins-\1 annotated true end match match /maven/tags/([^/]+)/ repository openvpms prefix maven-plugins/ branch refs/tags/maven-plugins-\1 annotated true end match # ----------------------------------------------------------------------------- # openvpms-archetypes # ----------------------------------------------------------------------------- # incorrect path created in r3497, deleted in 3498 match /archetypes/openvpms-archetypes-1.5/ end match match /trunk/openvpms-archetypes/ repository openvpms prefix openvpms-archetypes/ branch legacy end match match /archetypes/trunk/ repository openvpms prefix openvpms-archetypes/ branch legacy end match match /archetypes/branches/openvpms-archetypes-([^/]+)/ repository openvpms prefix openvpms-archetypes/ branch openvpms-archetypes-\1 end match match /archetypes/branches/archetypes-([^/]+)/ repository openvpms prefix openvpms-archetypes/ branch openvpms-archetypes-\1 end match match /archetypes/branches/([^/]+)/ repository openvpms prefix openvpms-archetypes/ branch openvpms-archetypes-\1 end match match /archetypes/tags/openvpms-archetypes-([^/]+)/ repository openvpms prefix openvpms-archetypes/ branch refs/tags/openvpms-archetypes-\1 annotated true end match match /archetypes/tags/archetypes-([^/]+)/ repository openvpms prefix openvpms-archetypes/ branch refs/tags/openvpms-archetypes-\1 annotated true end match match /archetypes/tags/([^/]+)/ repository openvpms prefix openvpms-archetypes/ branch refs/tags/openvpms-archetypes-\1 annotated true end match # ----------------------------------------------------------------------------- # openvpms-reports # ----------------------------------------------------------------------------- match /reports/trunk/ repository openvpms prefix openvpms-reports/ branch legacy end match # incorrect path created in r2935, deleted in r2936 match /reports/branches/openvpms-framework-1.2-OBF-192/ end match match /reports/branches/openvpms-reports-([^/]+)/ repository openvpms prefix openvpms-reports/ branch openvpms-reports-\1 end match match /reports/branches/([^/]+)/ repository openvpms prefix openvpms-reports/ branch openvpms-reports-\1 end match match /reports/tags/openvpms-reports-([^/]+)/ repository openvpms prefix openvpms-reports/ branch refs/tags/openvpms-reports-\1 annotated true end match match /reports/tags/([^/]+)/ repository openvpms prefix openvpms-reports/ branch refs/tags/openvpms-reports-\1 annotated true end match # ----------------------------------------------------------------------------- # openvpms-sms # ----------------------------------------------------------------------------- match /openvpms-sms/trunk/ repository openvpms prefix openvpms-sms/ branch legacy end match match /openvpms-sms/branches/([^/]+)/ repository openvpms prefix openvpms-sms/ branch openvpms-reports-\1 end match match /openvpms-sms/tags/([^/]+)/ repository openvpms prefix openvpms-sms/ branch refs/tags/openvpms-sms-\1 annotated true end match # ----------------------------------------------------------------------------- # openvpms-esci-adapter # ----------------------------------------------------------------------------- match /esci-adapter/trunk/ repository openvpms prefix openvpms-esci-adapter/ branch legacy end match match /esci-adapter/branches/([^/]+)/ repository openvpms prefix openvpms-esci-adapter/ branch openvpms-esci-adapter-\1 end match match /esci-adapter/tags/([^/]+)/ repository openvpms prefix openvpms-esci-adapter/ branch refs/tags/openvpms-esci-adapter-\1 annotated true end match # files were located directly under /esci-adapter from r3652 match /esci-adapter/ repository openvpms prefix openvpms-esci-adapter/ branch legacy end match # ----------------------------------------------------------------------------- # vpms-echo # ----------------------------------------------------------------------------- match /vpms-echo/trunk/ repository openvpms prefix vpms-echo/ branch legacy end match match /vpms-echo/branches/vpms-echo-([^/]+)/ repository openvpms prefix vpms-echo/ branch vpms-echo-\1 end match match /vpms-echo/tags/vpms-echo-([^/]+)/ repository openvpms prefix vpms-echo/ branch refs/tags/vpms-echo-\1 annotated true end match match /vpms-echo/tags/([^/]+)/ repository openvpms prefix vpms-echo/ branch refs/tags/vpms-echo-\1 annotated true end match # ----------------------------------------------------------------------------- # openvpms-web # ----------------------------------------------------------------------------- match /vpms/trunk/ repository openvpms prefix openvpms-web/ branch legacy end match match /vpms/branches/vpms-([^/]+)/ repository openvpms prefix openvpms-web/ branch openvpms-web-\1 end match match /vpms/branches/([^/]+)/ repository openvpms prefix openvpms-web/ branch openvpms-web-\1 end match match /vpms/tags/vpms-([^/]+)/ repository openvpms prefix openvpms-web/ branch refs/tags/openvpms-web-\1 annotated true end match match /vpms/tags/openvpms-web-([^/]+)/ repository openvpms prefix openvpms-web/ branch refs/tags/openvpms-web-\1 annotated true end match match /vpms/tags/vpms-([^/]+)/ repository openvpms prefix openvpms-web/ branch refs/tags/openvpms-web-\1 annotated true end match match /vpms/tags/([^/]+)/ repository openvpms prefix openvpms-web/ branch refs/tags/openvpms-web-\1 annotated true end match # ----------------------------------------------------------------------------- # openvpms-etl # ----------------------------------------------------------------------------- match /etl/trunk/ repository openvpms prefix openvpms-etl/ branch legacy end match match /etl/branches/openvpms-etl-([^/]+)/ repository openvpms prefix openvpms-etl/ branch openvpms-etl-\1 end match match /etl/branches/([^/]+)/ repository openvpms prefix openvpms-etl/ branch openvpms-etl-\1 end match match /etl/tags/openvpms-etl-([^/]+)/ repository openvpms prefix openvpms-etl/ branch refs/tags/openvpms-etl-\1 annotated true end match match /etl/tags/([^/]+)/ repository openvpms prefix openvpms-etl/ branch refs/tags/openvpms-etl-\1 annotated true end match # ----------------------------------------------------------------------------- # openvpms-release # ----------------------------------------------------------------------------- match /release/trunk/ repository openvpms prefix openvpms-release/ branch legacy end match match /release/branches/openvpms-release-([^/]+)/ repository openvpms prefix openvpms-release/ branch openvpms-release-\1 end match match /release/branches/([^/]+)/ repository openvpms prefix openvpms-release/ branch openvpms-release-\1 end match match /release/tags/release-([^/]+)/ repository openvpms prefix openvpms-release/ branch refs/tags/openvpms-release-\1 annotated true end match match /release/tags/openvpms-release-([^/]+)/ repository openvpms prefix openvpms-release/ branch refs/tags/openvpms-release-\1 annotated true end match match /release/tags/([^/]+)/ repository openvpms prefix openvpms-release/ branch refs/tags/openvpms-release-\1 annotated true end match # ----------------------------------------------------------------------------- # cleanup # ----------------------------------------------------------------------------- match /git-migration/ end match match /openvpms/pom.xml min revision 3296 max revision 3296 end match match /openvpms/trunk/ repository openvpms branch legacy prefix openvpms/ end match match /openvpms/branches/([^/]+)/ repository openvpms branch openvpms-\1 prefix openvpms/ end match match /openvpms/tags/openvpms-([^/]+)/ repository openvpms branch refs/tags/openvpms-\1 annotated true end match match /openvpms/tags/([^/]+)/ repository openvpms branch refs/tags/openvpms-\1 annotated true end match match /openvpms-plugins/trunk/ repository openvpms branch legacy prefix openvpms-plugins/ end match match /trunk/test/ min revision 2 max revision 6 end match # # Skip broken import of openvpms-framework # match /trunk/ min revision 67 max revision 68 end match # # Skip add/delete in openvpms-app # match /openvpms-app/ min revision 98 max revision 99 end match # # Skip addition/deletion of target dir in revision 376,377 # match /trunk/target/ min revision 376 max revision 377 end match match /trunk/svn.commit.* end match # # openvpms-app. Deleted in r394 # match /trunk/openvpms-app/ repository openvpms branch legacy prefix openvpms-app/ end match match /trunk/openvpms-vpms/ repository openvpms prefix openvpms-vpms/ branch legacy end match match /trunk/openvpms-echo/ repository openvpms prefix openvpms-echo/ branch legacy end match # # Skip broken additions from revisions 3292-3295,3623-3624,4377 # match /(o|pom.xml|openvpms.iml|openvpms.ipr|openvpms-sms.ipr|src/) min revision 3292 max revision 4377 end match