Author: jfrederic.clere(a)jboss.com
Date: 2012-01-13 03:02:48 -0500 (Fri, 13 Jan 2012)
New Revision: 2899
Modified:
trunk/build/unix/buildsrc.mod_cluster.sh
Log:
Try to fix the:
svn: E155036: Please see the 'svn upgrade' command
svn: E155036: Working copy
'/cygdrive/e/workspace/mod_cluster-windows/jbossnative/httpd/httpd-2.2' is too old
(format 8, created by Subversion 1.4)
svn export --force /cygdrive/e/workspace/mod_cluster-windows/jbossnative/httpd/httpd-2.2/
/cygdrive/e/workspace/mod_cluster-windows/jbossnative/build/unix/work/mod_cluster-1.2.0.Beta4.dev-src-ssl/srclib/httpd-2.2.21
FAILED
On dev16.
Modified: trunk/build/unix/buildsrc.mod_cluster.sh
===================================================================
--- trunk/build/unix/buildsrc.mod_cluster.sh 2012-01-11 16:46:40 UTC (rev 2898)
+++ trunk/build/unix/buildsrc.mod_cluster.sh 2012-01-13 08:02:48 UTC (rev 2899)
@@ -86,9 +86,11 @@
# Copy the windows NMAKE files (and additional stuff).
dirnmake=${build_svn_root}/httpd/httpd-2.2/
if [ -d ${dirnmake} ]; then
- svn export --force ${dirnmake} ${dirsources}
+ #svn export --force ${dirnmake} ${dirsources}
+ svn export --force
http://anonsvn.jboss.org/repos/jbossnative/trunk/httpd/httpd-2.2
${dirsources}
if [ $? -ne 0 ]; then
- echo "svn export --force ${dirnmake} ${dirsources} FAILED"
+ #echo "svn export --force ${dirnmake} ${dirsources} FAILED"
+ echo "svn export --force
http://anonsvn.jboss.org/repos/jbossnative/trunk/httpd/httpd-2.2 ${dirsources}
FAILED"
exit 1
fi
# Apply patches for iconv