Browse Source

fix link to svn docs, submitted by Matt Wildig. PR 51375

git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@1147175 13f79535-47bb-0310-9956-ffa450edef68
master
Stefan Bodewig 14 years ago
parent
commit
80d8d90c28
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      manual/Tasks/defaultexcludes.html

+ 1
- 1
manual/Tasks/defaultexcludes.html View File

@@ -88,7 +88,7 @@ backup files and then restore normal behavior</p>
<h3>Notes</h3>
By default the pattern <tt>**/.svn</tt> and <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">&quot;_svn hack&quot;</a>.
<a target="_blank" href="http://subversion.apache.org/docs/release-notes/1.3.html#_svn-hack">&quot;_svn hack&quot;</a>.
That means, that the 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


Loading…
Cancel
Save