You are viewing a plain text version of this content. The canonical link for it is here.
Posted to scm-commits@maven.apache.org by ol...@apache.org on 2008/05/24 00:41:49 UTC

svn commit: r659696 - /maven/scm/trunk/maven-scm-site/src/site/apt/subversion.apt

Author: olamy
Date: Fri May 23 15:41:48 2008
New Revision: 659696

URL: http://svn.apache.org/viewvc?rev=659696&view=rev
Log:
[SCM-368] Windows path length limitations can be overcome by feeding an absolute path to SVN

upgrade documentation on svn-settings.xml concerning cygwin use


Modified:
    maven/scm/trunk/maven-scm-site/src/site/apt/subversion.apt

Modified: maven/scm/trunk/maven-scm-site/src/site/apt/subversion.apt
URL: http://svn.apache.org/viewvc/maven/scm/trunk/maven-scm-site/src/site/apt/subversion.apt?rev=659696&r1=659695&r2=659696&view=diff
==============================================================================
--- maven/scm/trunk/maven-scm-site/src/site/apt/subversion.apt (original)
+++ maven/scm/trunk/maven-scm-site/src/site/apt/subversion.apt Fri May 23 15:41:48 2008
@@ -48,6 +48,8 @@
 -------
 <svn-settings>
   <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>
 </svn-settings>
 -------