|
|
@@ -69,12 +69,26 @@ backup files and then restore normal behavior</p> |
|
|
|
<defaultexcludes default="true"/> |
|
|
|
</pre> |
|
|
|
|
|
|
|
<h3>Notes</h3> |
|
|
|
By default the pattern <tt>**/.svn</tt> ane <tt>**/.svn/**</tt> are set as default |
|
|
|
excludes. With version 1.3 Subversion supports the |
|
|
|
<a target="_blank" href="http://subversion.tigris.org/svn_1.3_releasenotes.html">"_svn hack"</a>. |
|
|
|
That means, that die svn-libraries evaluate environment variables and use <i>.svn</i> |
|
|
|
or <i>_svn</i> 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: |
|
|
|
<pre> |
|
|
|
<defaultexcludes remove="**/.svn"/> |
|
|
|
<defaultexcludes remove="**/.svn/**"/> |
|
|
|
<defaultexcludes add="**/_svn"/> |
|
|
|
<defaultexcludes add="**/_svn/**"/> |
|
|
|
</pre> |
|
|
|
|
|
|
|
|
|
|
|
<hr> |
|
|
|
|
|
|
|
<p align="center">Copyright © 2003-2005 The Apache Software Foundation. All rights |
|
|
|
<p align="center">Copyright © 2003-2006 The Apache Software Foundation. All rights |
|
|
|
Reserved.</p> |
|
|
|
|
|
|
|
</body> |
|
|
|
</html> |
|
|
|
|