Return-Path: Delivered-To: apmail-cocoon-cvs-archive@www.apache.org Received: (qmail 8899 invoked from network); 13 Feb 2007 10:22:04 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 13 Feb 2007 10:22:04 -0000 Received: (qmail 75982 invoked by uid 500); 13 Feb 2007 10:22:11 -0000 Delivered-To: apmail-cocoon-cvs-archive@cocoon.apache.org Received: (qmail 75868 invoked by uid 500); 13 Feb 2007 10:22:11 -0000 Mailing-List: contact cvs-help@cocoon.apache.org; run by ezmlm Precedence: bulk Reply-To: dev@cocoon.apache.org list-help: list-unsubscribe: List-Post: List-Id: Delivered-To: mailing list cvs@cocoon.apache.org Received: (qmail 75856 invoked by uid 99); 13 Feb 2007 10:22:11 -0000 Received: from herse.apache.org (HELO herse.apache.org) (140.211.11.133) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 13 Feb 2007 02:22:11 -0800 X-ASF-Spam-Status: No, hits=-9.4 required=10.0 tests=ALL_TRUSTED,NO_REAL_NAME X-Spam-Check-By: apache.org Received: from [140.211.11.3] (HELO eris.apache.org) (140.211.11.3) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 13 Feb 2007 02:22:03 -0800 Received: by eris.apache.org (Postfix, from userid 65534) id 050361A981C; Tue, 13 Feb 2007 02:21:43 -0800 (PST) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r506955 - in /cocoon/trunk/tools/svn-tagging: ./ tagging.bat Date: Tue, 13 Feb 2007 10:21:42 -0000 To: cvs@cocoon.apache.org From: reinhard@apache.org X-Mailer: svnmailer-1.1.0 Message-Id: <20070213102143.050361A981C@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org 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