You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@jmeter.apache.org by se...@apache.org on 2012/12/03 00:11:19 UTC

svn commit: r1416287 - /jmeter/trunk/build.xml

Author: sebb
Date: Sun Dec  2 23:11:18 2012
New Revision: 1416287

URL: http://svn.apache.org/viewvc?rev=1416287&view=rev
Log:
Add impl. note

Modified:
    jmeter/trunk/build.xml

Modified: jmeter/trunk/build.xml
URL: http://svn.apache.org/viewvc/jmeter/trunk/build.xml?rev=1416287&r1=1416286&r2=1416287&view=diff
==============================================================================
--- jmeter/trunk/build.xml (original)
+++ jmeter/trunk/build.xml Sun Dec  2 23:11:18 2012
@@ -1710,6 +1710,10 @@ run JMeter unless all the JMeter jars ar
         
         If not using stored credentials, provide at least the ldap password.
         The ldap username defaults to the login name (i.e. the Java user.name property) but can also be provided.
+        
+        Note: svnmucc can only move or copy files where the target does not exist.
+        This is perfect for deploying an RC or new release as these use unique names.
+        However, any existing files such as HEADER.html will need to be handled separately.
   -->