You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@subversion.apache.org by da...@apache.org on 2017/07/02 07:14:46 UTC

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

Author: danielsh
Date: Sun Jul  2 07:14:46 2017
New Revision: 1800549

URL: http://svn.apache.org/viewvc?rev=1800549&view=rev
Log:
* tools/dist/dist.sh: When exporting, use the magic revision, rather than HEAD,
    as the peg revision.

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=1800549&r1=1800548&r2=1800549&view=diff
==============================================================================
--- subversion/trunk/tools/dist/dist.sh (original)
+++ subversion/trunk/tools/dist/dist.sh Sun Jul  2 07:14:46 2017
@@ -204,8 +204,8 @@ export TZ
 
 echo "Exporting $REPOS_PATH r$REVISION into sandbox..."
 (cd "$DIST_SANDBOX" && \
- ${SVN:-svn} export -q $EXTRA_EXPORT_OPTIONS -r "$REVISION" \
-     "http://svn.apache.org/repos/asf/subversion/$REPOS_PATH" \
+ ${SVN:-svn} export -q $EXTRA_EXPORT_OPTIONS \
+     "http://svn.apache.org/repos/asf/subversion/$REPOS_PATH"@"$REVISION" \
      "$DISTNAME" --username none --password none)
 
 rm -f "$DISTPATH/STATUS"