Author: sebb
Date: Sun Aug 7 18:02:10 2011
New Revision: 1154738
URL: http://svn.apache.org/viewvc?rev=1154738&view=rev
Log:
Document how to create SVN tag
Modified:
jakarta/jmeter/trunk/src/core/org/apache/jmeter/util/JMeterVersion.java
Modified:
jakarta/jmeter/trunk/src/core/org/apache/jmeter/util/JMeterVersion.java
URL:
http://svn.apache.org/viewvc/jakarta/jmeter/trunk/src/core/org/apache/jmeter/util/JMeterVersion.java?rev=1154738&r1=1154737&r2=1154738&view=diff
==============================================================================
--- jakarta/jmeter/trunk/src/core/org/apache/jmeter/util/JMeterVersion.java
(original)
+++ jakarta/jmeter/trunk/src/core/org/apache/jmeter/util/JMeterVersion.java Sun
Aug 7 18:02:10 2011
@@ -35,9 +35,15 @@ package org.apache.jmeter.util;
public class JMeterVersion {
/*
- * Updated: 20110803 1828
- * The previous line is set to the current date, to ensure that the file
is modified
+ * Updated: 20110807 1823
+ * The previous line is set to ${DSTAMP} ${TSTAMP}, to ensure that the
file is modified
* when the SVN tag is created so it has the same revision as the tag.
+ * The SVN tag can be created as follows:
+ * - ensure workspace is up-to-date with SVN
+ * - touch this file by running "ant touch-version"
+ * - create the tag from workspace:
+ * "svn cp .
https://svn.apache.org/repos/asf/jakarta/jmeter/tags/TAGNAME"
+ * - Checkout the tag
*
* The REVISION string is checked by the Ant build file to ensure that the
value
* agrees with the tag revision
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]