Author: bodewig
Date: Fri Jul 15 14:59:19 2011
New Revision: 1147175

URL: http://svn.apache.org/viewvc?rev=1147175&view=rev
Log:
fix link to svn docs, submitted by Matt Wildig.  PR 51375

Modified:
    ant/core/trunk/manual/Tasks/defaultexcludes.html

Modified: ant/core/trunk/manual/Tasks/defaultexcludes.html
URL: 
http://svn.apache.org/viewvc/ant/core/trunk/manual/Tasks/defaultexcludes.html?rev=1147175&r1=1147174&r2=1147175&view=diff
==============================================================================
--- ant/core/trunk/manual/Tasks/defaultexcludes.html (original)
+++ ant/core/trunk/manual/Tasks/defaultexcludes.html Fri Jul 15 14:59:19 2011
@@ -88,7 +88,7 @@ backup files and then restore normal beh
 <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


Reply via email to