Author: dennisl
Date: Sun May 15 12:27:10 2011
New Revision: 1103338
URL: http://svn.apache.org/viewvc?rev=1103338&view=rev
Log:
[SCM-562] Don't overwrite SVN auth cache
- Document the new useAuthCache configuration option. In my opinion the default
value of this option should have been true to give the same behavior as before.
I've seen some desperate comments out there of people wondering why their
cached credentials don't work anymore.
Modified:
maven/scm/trunk/src/site/apt/subversion.apt
Modified: maven/scm/trunk/src/site/apt/subversion.apt
URL:
http://svn.apache.org/viewvc/maven/scm/trunk/src/site/apt/subversion.apt?rev=1103338&r1=1103337&r2=1103338&view=diff
==============================================================================
--- maven/scm/trunk/src/site/apt/subversion.apt (original)
+++ maven/scm/trunk/src/site/apt/subversion.apt Sun May 15 12:27:10 2011
@@ -4,7 +4,7 @@
Wim Deblauwe
Olivier Lamy
------
- 2010-12-25
+ 2011-05-15
------
~~ Licensed to the Apache Software Foundation (ASF) under one
@@ -71,7 +71,8 @@ scm:svn:https://username:[email protected]
<configDirectory>your_configuration_directory</configDirectory>
<useCygwinPath>true in order to use cygwin path /cygdrive/c</useCygwinPath>
<cygwinMountPath>the mount path to use default is /cygwin</cygwinMountPath>
- <useNonInteractive> if false --non-interactive will not be used in the svn
command line</useNonInteractive>
+ <useNonInteractive>if false --non-interactive will not be used in the svn
command line</useNonInteractive>
+ <useAuthCache>if true --no-auth-cache will not be used in the svn command
line</useAuthCache>
<trustServerCert>if true --trust-server-cert will be used in the
cli</trustServerCert>
</svn-settings>
-------