Author: sebb
Date: Mon May  2 15:00:24 2016
New Revision: 1741988

URL: http://svn.apache.org/viewvc?rev=1741988&view=rev
Log:
Only need the top-level files and dirs

Modified:
    commons/scripts/Nexus2DistDev.sh

Modified: commons/scripts/Nexus2DistDev.sh
URL: 
http://svn.apache.org/viewvc/commons/scripts/Nexus2DistDev.sh?rev=1741988&r1=1741987&r2=1741988&view=diff
==============================================================================
--- commons/scripts/Nexus2DistDev.sh (original)
+++ commons/scripts/Nexus2DistDev.sh Mon May  2 15:00:24 2016
@@ -95,7 +95,7 @@ then
 
     cd ${TAGS} || exit
 
-    svn co https://dist.apache.org/repos/dist/dev/commons/${SVNDIR}/ 
${SVNDIR}-dev-dist || exit
+    svn co --depth immediates 
https://dist.apache.org/repos/dist/dev/commons/${SVNDIR}/ ${SVNDIR}-dev-dist || 
exit
 
     cd  ${SVNDIR}-dev-dist || exit
 


Reply via email to