You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@subversion.apache.org by hw...@apache.org on 2010/01/20 22:57:17 UTC

svn commit: r901394 - /subversion/trunk/tools/dist/dist.sh

Author: hwright
Date: Wed Jan 20 21:57:16 2010
New Revision: 901394

URL: http://svn.apache.org/viewvc?rev=901394&view=rev
Log:
* tools/dist/dist.sh:
  Don't strip www/ from the release, since it's no longer in trunk.

Modified:
    subversion/trunk/tools/dist/dist.sh

Modified: subversion/trunk/tools/dist/dist.sh
URL: http://svn.apache.org/viewvc/subversion/trunk/tools/dist/dist.sh?rev=901394&r1=901393&r2=901394&view=diff
==============================================================================
--- subversion/trunk/tools/dist/dist.sh (original)
+++ subversion/trunk/tools/dist/dist.sh Wed Jan 20 21:57:16 2010
@@ -228,15 +228,6 @@
 
 rm -f "$DISTPATH/STATUS"
 
-# Remove the www/ directory, and create an empty directory in it's place.
-# Export hacking.html from trunk into that directory.
-# (See http://svn.haxx.se/dev/archive-2008-02/0863.shtml for rationale.)
-rm -rf "$DISTPATH/www"
-mkdir "$DISTPATH/www"
-${SVN:-svn} export -q $EXTRA_EXPORT_OPTIONS -r "$REVISION" \
-    "http://svn.apache.org/repos/asf/subversion/trunk/www/hacking.html" \
-    --username none --password none "$DISTPATH/www/hacking.html"
-
 # Remove contrib/ from our distribution tarball.  Some of it is of
 # unknown license, and usefulness.
 # (See http://svn.haxx.se/dev/archive-2009-04/0166.shtml for discussion.)