Author: bodewig
Date: Tue Nov 5 17:44:47 2013
New Revision: 1539083
URL: http://svn.apache.org/r1539083
Log:
with svn 1.7+ checking out the whole log4net tree might put the .svn dir a
level (or two when in tags/branches) higher
Modified:
logging/log4net/trunk/log4net.build
Modified: logging/log4net/trunk/log4net.build
URL:
http://svn.apache.org/viewvc/logging/log4net/trunk/log4net.build?rev=1539083&r1=1539082&r2=1539083&view=diff
==============================================================================
--- logging/log4net/trunk/log4net.build (original)
+++ logging/log4net/trunk/log4net.build Tue Nov 5 17:44:47 2013
@@ -494,7 +494,7 @@ limitations under the License.
<property name="source.svn.url" value=""/>
<property name="assembly.description"
value="The Apache Software Foundation log4net Logging
Framework"/>
- <if test="${directory::exists('.svn')}">
+ <if test="${directory::exists('.svn') or directory::exists('../.svn') or
directory::exists('../../.svn')}">
<exec program="svn" workingdir="." verbose="false"
output="_svnrevision.xml" failonerror="true" >
<arg value="info" />