Author: fhanik Date: Fri Mar 26 16:20:34 2010 New Revision: 927950 URL: http://svn.apache.org/viewvc?rev=927950&view=rev Log: Adjust helper script to new SVN layout
Modified:
tomcat/tc5.5.x/trunk/build/tag.bat
Modified: tomcat/tc5.5.x/trunk/build/tag.bat
URL:
http://svn.apache.org/viewvc/tomcat/tc5.5.x/trunk/build/tag.bat?rev=927950&r1=927949&r2=927950&view=diff
==============================================================================
--- tomcat/tc5.5.x/trunk/build/tag.bat (original)
+++ tomcat/tc5.5.x/trunk/build/tag.bat Fri Mar 26 16:20:34 2010
@@ -17,20 +17,23 @@ rem limitations under the License.
@echo off
rem Expects one argument, the tag name (no quotes needed, e.g. TOMCAT_5_5_13)
+rem All - new layout
+svn copy https://svn.apache.org/repos/asf/tomcat/tc5.5.x/trunk
https://svn.apache.org/repos/asf/tomcat/tc5.5.x/tags/%1 -m "Tagging Tomcat
version %1."
+
rem Build
-svn copy https://svn.apache.org/repos/asf/tomcat/build/tc5.5.x
https://svn.apache.org/repos/asf/tomcat/build/tags/tc5.5.x/%1 -m "Tagging
Tomcat version %1."
+rem svn copy https://svn.apache.org/repos/asf/tomcat/build/tc5.5.x
https://svn.apache.org/repos/asf/tomcat/build/tags/tc5.5.x/%1 -m "Tagging
Tomcat version %1."
rem Connectors
-svn copy https://svn.apache.org/repos/asf/tomcat/connectors/trunk
https://svn.apache.org/repos/asf/tomcat/connectors/tags/tc5.5.x/%1 -m "Tagging
Tomcat version %1."
+rem svn copy https://svn.apache.org/repos/asf/tomcat/connectors/trunk
https://svn.apache.org/repos/asf/tomcat/connectors/tags/tc5.5.x/%1 -m "Tagging
Tomcat version %1."
rem Container
-svn copy https://svn.apache.org/repos/asf/tomcat/container/tc5.5.x
https://svn.apache.org/repos/asf/tomcat/container/tags/tc5.5.x/%1 -m "Tagging
Tomcat version %1."
+rem svn copy https://svn.apache.org/repos/asf/tomcat/container/tc5.5.x
https://svn.apache.org/repos/asf/tomcat/container/tags/tc5.5.x/%1 -m "Tagging
Tomcat version %1."
rem Jasper
-svn copy https://svn.apache.org/repos/asf/tomcat/jasper/tc5.5.x
https://svn.apache.org/repos/asf/tomcat/jasper/tags/tc5.5.x/%1 -m "Tagging
Tomcat version %1."
+rem svn copy https://svn.apache.org/repos/asf/tomcat/jasper/tc5.5.x
https://svn.apache.org/repos/asf/tomcat/jasper/tags/tc5.5.x/%1 -m "Tagging
Tomcat version %1."
rem ServletAPI
-svn copy
https://svn.apache.org/repos/asf/tomcat/servletapi/servlet2.4-jsp2.0-tc5.x
https://svn.apache.org/repos/asf/tomcat/servletapi/tags/servlet2.4-jsp2.0-tc5.x/%1
-m "Tagging Tomcat version %1."
+rem svn copy
https://svn.apache.org/repos/asf/tomcat/servletapi/servlet2.4-jsp2.0-tc5.x
https://svn.apache.org/repos/asf/tomcat/servletapi/tags/servlet2.4-jsp2.0-tc5.x/%1
-m "Tagging Tomcat version %1."
rem Site
-svn copy https://svn.apache.org/repos/asf/tomcat/site/trunk
https://svn.apache.org/repos/asf/tomcat/site/tags/%1 -m "Tagging Tomcat version
%1."
\ No newline at end of file
+rem svn copy https://svn.apache.org/repos/asf/tomcat/site/trunk
https://svn.apache.org/repos/asf/tomcat/site/tags/%1 -m "Tagging Tomcat version
%1."
\ No newline at end of file
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]
