Browse Source

correct typo and translate a German article to the English equivalent. ;)

git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@432588 13f79535-47bb-0310-9956-ffa450edef68
master
Matthew Jason Benson 19 years ago
parent
commit
1b98ed72cd
1 changed files with 2 additions and 2 deletions
  1. +2
    -2
      docs/manual/CoreTasks/defaultexcludes.html

+ 2
- 2
docs/manual/CoreTasks/defaultexcludes.html View File

@@ -70,10 +70,10 @@ backup files and then restore normal behavior</p>
</pre>

<h3>Notes</h3>
By default the pattern <tt>**/.svn</tt> ane <tt>**/.svn/**</tt> are set as default
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>.
That means, that die svn-libraries evaluate environment variables and use <i>.svn</i>
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
the exclude patterns:


Loading…
Cancel
Save