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/02 12:15:14 UTC

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

Author: sebb
Date: Sun Dec  2 11:15:14 2012
New Revision: 1416158

URL: http://svn.apache.org/viewvc?rev=1416158&view=rev
Log:
Don't cache the provided credentials

Modified:
    jmeter/trunk/build.xml

Modified: jmeter/trunk/build.xml
URL: http://svn.apache.org/viewvc/jmeter/trunk/build.xml?rev=1416158&r1=1416157&r2=1416158&view=diff
==============================================================================
--- jmeter/trunk/build.xml (original)
+++ jmeter/trunk/build.xml Sun Dec  2 11:15:14 2012
@@ -1660,6 +1660,8 @@ run JMeter unless all the JMeter jars ar
       <echo level="info" message="Using provided credentials for user ${asf.ldap.username}"/>
       <exec executable="svnmucc" dir="${dist.dir}" logerror="true" failonerror="true" failifexecutionfails="true">
         <arg value="-n"/>
+        <!-- we don't want to cache the provided credentials -->
+        <arg value="--no-auth-cache"/>
         <arg value="-m"/>
         <arg value="${message}"/>
         <arg value="-U"/>