You are viewing a plain text version of this content. The canonical link for it is here.
Posted to scm@geronimo.apache.org by xi...@apache.org on 2012/01/12 17:24:16 UTC

svn commit: r1230620 - /geronimo/external/branches/tomcat-archetype-7.0.x/mv-resource.sh

Author: xiaming
Date: Thu Jan 12 16:24:16 2012
New Revision: 1230620

URL: http://svn.apache.org/viewvc?rev=1230620&view=rev
Log:
GERONIMO-6262 Do local move for resource files

Modified:
    geronimo/external/branches/tomcat-archetype-7.0.x/mv-resource.sh

Modified: geronimo/external/branches/tomcat-archetype-7.0.x/mv-resource.sh
URL: http://svn.apache.org/viewvc/geronimo/external/branches/tomcat-archetype-7.0.x/mv-resource.sh?rev=1230620&r1=1230619&r2=1230620&view=diff
==============================================================================
--- geronimo/external/branches/tomcat-archetype-7.0.x/mv-resource.sh (original)
+++ geronimo/external/branches/tomcat-archetype-7.0.x/mv-resource.sh Thu Jan 12 16:24:16 2012
@@ -21,5 +21,7 @@
 SRC=$1
 TARGET=`echo $SRC | sed s/java/resources/`
 
-svn mv --parents $SRC $TARGET
+#svn mv --parents $SRC $TARGET
+# Do non-svn move
+mv $SRC $TARGET