diff --git a/docs/manual/CoreTasks/defaultexcludes.html b/docs/manual/CoreTasks/defaultexcludes.html index 38868d4cf..3e46860bb 100644 --- a/docs/manual/CoreTasks/defaultexcludes.html +++ b/docs/manual/CoreTasks/defaultexcludes.html @@ -69,12 +69,26 @@ backup files and then restore normal behavior

<defaultexcludes default="true"/> +

Notes

+By default the pattern **/.svn ane **/.svn/** are set as default +excludes. With version 1.3 Subversion supports the +"_svn hack". +That means, that die svn-libraries evaluate environment variables and use .svn +or _svn directory regarding to that value. We had chosen not to evaluate environment variables to +get a more reliable build. Instead you have to change the settings by yourself by changing +the exclude patterns: +
+  <defaultexcludes remove="**/.svn"/>
+  <defaultexcludes remove="**/.svn/**"/>
+  <defaultexcludes add="**/_svn"/>
+  <defaultexcludes add="**/_svn/**"/>
+
+
-

Copyright © 2003-2005 The Apache Software Foundation. All rights +

Copyright © 2003-2006 The Apache Software Foundation. All rights Reserved.

-