*** dist.sh.orig Fri Aug 23 09:36:33 2002 --- dist.sh Fri Aug 23 09:37:01 2002 *************** *** 119,128 **** ### Export the dist tree, clean it up. echo "Checking out revision ${VERSION} of Subversion into sandbox..." (cd ${DIST_SANDBOX} && \ ! svn co -q -r ${VERSION} http://svn.collab.net/repos/svn/$REPOS_PATH \ ${DISTNAME} --username none --password none) - echo "Removing all .svn/ dirs from the checkout..." - rm -rf `find ${DIST_SANDBOX}/${DISTNAME} -name .svn -print` ### Ship with (relatively) clean APR, APRUTIL, and neon working copies ### inside the tarball, just to make people's lives easier. --- 119,126 ---- ### Export the dist tree, clean it up. echo "Checking out revision ${VERSION} of Subversion into sandbox..." (cd ${DIST_SANDBOX} && \ ! svn export -q -r ${VERSION} http://svn.collab.net/repos/svn/$REPOS_PATH \ ${DISTNAME} --username none --password none) ### Ship with (relatively) clean APR, APRUTIL, and neon working copies ### inside the tarball, just to make people's lives easier.