You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@cocoon.apache.org by il...@apache.org on 2011/04/27 13:02:20 UTC

svn commit: r1097080 - in /cocoon/cocoon3/trunk: svn-release-tags.bat svn-release-tags.sh

Author: ilgrosso
Date: Wed Apr 27 11:02:20 2011
New Revision: 1097080

URL: http://svn.apache.org/viewvc?rev=1097080&view=rev
Log:
Some comments to understand how to call svn-release-tags.*

Modified:
    cocoon/cocoon3/trunk/svn-release-tags.bat
    cocoon/cocoon3/trunk/svn-release-tags.sh

Modified: cocoon/cocoon3/trunk/svn-release-tags.bat
URL: http://svn.apache.org/viewvc/cocoon/cocoon3/trunk/svn-release-tags.bat?rev=1097080&r1=1097079&r2=1097080&view=diff
==============================================================================
--- cocoon/cocoon3/trunk/svn-release-tags.bat (original)
+++ cocoon/cocoon3/trunk/svn-release-tags.bat Wed Apr 27 11:02:20 2011
@@ -16,8 +16,10 @@ 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  This script takes as its only argument the release tag that has already been created under 
+rem  https://svn.apache.org/repos/asf/cocoon/cocoon3/tags/cocoon-root/ in the form cocoon-root-*
+rem  For example, this script's argument is "3.0.0-alpha2" for the tag "cocoon-root-2.0.0-alpha-2"
 rem
 rem  Take care that this list is complete for your release of the core-modules. It might happen that
 rem  new modules are added!

Modified: cocoon/cocoon3/trunk/svn-release-tags.sh
URL: http://svn.apache.org/viewvc/cocoon/cocoon3/trunk/svn-release-tags.sh?rev=1097080&r1=1097079&r2=1097080&view=diff
==============================================================================
--- cocoon/cocoon3/trunk/svn-release-tags.sh (original)
+++ cocoon/cocoon3/trunk/svn-release-tags.sh Wed Apr 27 11:02:20 2011
@@ -18,8 +18,9 @@
 #  under the License.
 
 #  This script is necessary because an aggregated release doesn't create proper SVN tags.
-#  Using search'n'replace of your favorite text editor should make it simple to reuse the script
-#  for future releases.
+#  This script takes as its only argument the release tag that has already been created under 
+#  https://svn.apache.org/repos/asf/cocoon/cocoon3/tags/cocoon-root/ in the form cocoon-root-*
+#  For example, this script's argument is "3.0.0-alpha2" for the tag "cocoon-root-2.0.0-alpha-2"
 #
 #  Take care that this list is complete for your release of the core-modules. It might happen that
 #  new modules are added!