You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@cocoon.apache.org by re...@apache.org on 2007/02/13 11:21:42 UTC

svn commit: r506955 - in /cocoon/trunk/tools/svn-tagging: ./ tagging.bat

Author: reinhard
Date: Tue Feb 13 02:21:41 2007
New Revision: 506955

URL: http://svn.apache.org/viewvc?view=rev&rev=506955
Log:
add script for svn tags of core modules

Added:
    cocoon/trunk/tools/svn-tagging/
    cocoon/trunk/tools/svn-tagging/tagging.bat   (with props)

Added: cocoon/trunk/tools/svn-tagging/tagging.bat
URL: http://svn.apache.org/viewvc/cocoon/trunk/tools/svn-tagging/tagging.bat?view=auto&rev=506955
==============================================================================
--- cocoon/trunk/tools/svn-tagging/tagging.bat (added)
+++ cocoon/trunk/tools/svn-tagging/tagging.bat Tue Feb 13 02:21:41 2007
@@ -0,0 +1,51 @@
+rem  Licensed to the Apache Software Foundation (ASF) under one or more
+rem  contributor license agreements.  See the NOTICE file distributed with
+rem  this work for additional information regarding copyright ownership.
+rem  The ASF licenses this file to You under the Apache License, Version 2.0
+rem  (the "License"); you may not use this file except in compliance with
+rem  the License.  You may obtain a copy of the License at
+rem
+rem      http://www.apache.org/licenses/LICENSE-2.0
+rem
+rem  Unless required by applicable law or agreed to in writing, software
+rem  distributed under the License is distributed on an "AS IS" BASIS,
+rem  WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+rem  See the License for the specific language governing permissions and
+rem  limitations under the License.
+
+
+REM  This script is necessary because an aggregated release doesn't create proper SVN tags.
+REM  Using search'n'replace of your favorite text editor should make it simple to reuse the script
+REM  for future releases.
+REM
+REM  Take care that this list is complete for your release of the core-modules. It might happen that
+REM  new modules were added!
+
+
+rem svn cp https://svn.apache.org/repos/asf/cocoon/tags/cocoon-2.2/cocoon-core-modules/cocoon-core-modules-3/cocoon-core/ https://svn.apache.org/repos/asf/cocoon/tags/cocoon-2.2/cocoon-core/cocoon-core-2.2.0-M3/ -m "add tag"
+
+svn cp https://svn.apache.org/repos/asf/cocoon/tags/cocoon-2.2/cocoon-core-modules/cocoon-core-modules-3/cocoon-pipeline/cocoon-pipeline-api/ https://svn.apache.org/repos/asf/cocoon/tags/cocoon-2.2/cocoon-pipeline-api/cocoon-pipeline-api-1.0.0-M1/ -m "add tag"
+
+svn cp https://svn.apache.org/repos/asf/cocoon/tags/cocoon-2.2/cocoon-core-modules/cocoon-core-modules-3/cocoon-pipeline/cocoon-pipeline-impl/ https://svn.apache.org/repos/asf/cocoon/tags/cocoon-2.2/cocoon-pipeline-impl/cocoon-pipeline-impl-1.0.0-M1/ -m "add tag"
+
+svn cp https://svn.apache.org/repos/asf/cocoon/tags/cocoon-2.2/cocoon-core-modules/cocoon-core-modules-3/cocoon-pipeline/cocoon-pipeline-components/ https://svn.apache.org/repos/asf/cocoon/tags/cocoon-2.2/cocoon-pipeline-components/cocoon-pipeline-components-1.0.0-M1/ -m "add tag"
+
+svn cp https://svn.apache.org/repos/asf/cocoon/tags/cocoon-2.2/cocoon-core-modules/cocoon-core-modules-3/cocoon-sitemap/cocoon-sitemap-components/ https://svn.apache.org/repos/asf/cocoon/tags/cocoon-2.2/cocoon-sitemap-components/cocoon-sitemap-components-1.0.0-M1/ -m "add tag"
+
+svn cp https://svn.apache.org/repos/asf/cocoon/tags/cocoon-2.2/cocoon-core-modules/cocoon-core-modules-3/cocoon-sitemap/cocoon-sitemap-impl/ https://svn.apache.org/repos/asf/cocoon/tags/cocoon-2.2/cocoon-sitemap-impl/cocoon-sitemap-impl-1.0.0-M1/ -m "add tag"
+
+svn cp https://svn.apache.org/repos/asf/cocoon/tags/cocoon-2.2/cocoon-core-modules/cocoon-core-modules-3/cocoon-sitemap/cocoon-sitemap-api/ https://svn.apache.org/repos/asf/cocoon/tags/cocoon-2.2/cocoon-sitemap-components/cocoon-sitemap-components-1.0.0-M1/ -m "add tag"
+
+svn cp https://svn.apache.org/repos/asf/cocoon/tags/cocoon-2.2/cocoon-core-modules/cocoon-core-modules-3/cocoon-store/cocoon-store-impl/ https://svn.apache.org/repos/asf/cocoon/tags/cocoon-2.2/cocoon-store-impl/cocoon-store-impl-1.0.0-M1/ -m "add tag"
+
+svn cp https://svn.apache.org/repos/asf/cocoon/tags/cocoon-2.2/cocoon-core-modules/cocoon-core-modules-3/cocoon-thread/cocoon-thread-api/ https://svn.apache.org/repos/asf/cocoon/tags/cocoon-2.2/cocoon-thread-api/cocoon-thread-api-1.0.0-M1/ -m "add tag"
+
+svn cp https://svn.apache.org/repos/asf/cocoon/tags/cocoon-2.2/cocoon-core-modules/cocoon-core-modules-3/cocoon-thread/cocoon-thread-impl/ https://svn.apache.org/repos/asf/cocoon/tags/cocoon-2.2/cocoon-thread-impl/cocoon-thread-impl-1.0.0-M1/ -m "add tag"
+
+svn cp https://svn.apache.org/repos/asf/cocoon/tags/cocoon-2.2/cocoon-core-modules/cocoon-core-modules-3/cocoon-util/  https://svn.apache.org/repos/asf/cocoon/tags/cocoon-2.2/cocoon-util/cocoon-util-1.0.0-M1/ -m "add tag"
+
+svn cp https://svn.apache.org/repos/asf/cocoon/tags/cocoon-2.2/cocoon-core-modules/cocoon-core-modules-3/cocoon-xml/cocoon-xml-api/  https://svn.apache.org/repos/asf/cocoon/tags/cocoon-2.2/cocoon-xml-api/cocoon-xml-api-1.0.0-M1/ -m "add tag"
+
+svn cp https://svn.apache.org/repos/asf/cocoon/tags/cocoon-2.2/cocoon-core-modules/cocoon-core-modules-3/cocoon-xml/cocoon-xml-impl/  https://svn.apache.org/repos/asf/cocoon/tags/cocoon-2.2/cocoon-xml-impl/cocoon-xml-impl-1.0.0-M1/ -m "add tag"
+
+svn cp https://svn.apache.org/repos/asf/cocoon/tags/cocoon-2.2/cocoon-core-modules/cocoon-core-modules-3/cocoon-xml/cocoon-xml-resolver/  https://svn.apache.org/repos/asf/cocoon/tags/cocoon-2.2/cocoon-xml-resolver/cocoon-xml-resolver-1.0.0-M1/ -m "add tag"
\ No newline at end of file

Propchange: cocoon/trunk/tools/svn-tagging/tagging.bat
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: cocoon/trunk/tools/svn-tagging/tagging.bat
------------------------------------------------------------------------------
    svn:mime-type = text/plain