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 2013/07/13 02:03:31 UTC

svn commit: r1502729 - in /subversion/trunk: CHANGES subversion/tests/cmdline/davautocheck.sh

Author: danielsh
Date: Sat Jul 13 00:03:31 2013
New Revision: 1502729

URL: http://svn.apache.org/r1502729
Log:
* CHANGES (1.8.0): Move svnmucc to the 'Client-side' (fully-supported) section,
    where it belongs.

Modified:
    subversion/trunk/CHANGES
    subversion/trunk/subversion/tests/cmdline/davautocheck.sh

Modified: subversion/trunk/CHANGES
URL: http://svn.apache.org/viewvc/subversion/trunk/CHANGES?rev=1502729&r1=1502728&r2=1502729&view=diff
==============================================================================
--- subversion/trunk/CHANGES (original)
+++ subversion/trunk/CHANGES Sat Jul 13 00:03:31 2013
@@ -61,6 +61,7 @@ http://svn.apache.org/repos/asf/subversi
     * update: fix some tree conflicts not triggering resolver (r1491868 et al)
     * commit: remove stale entries from wc lock table when deleting (r1491756)
     * merge: fix --record-only erroring out on renamed path (issue #4387)
+    * svnmucc: fix 'make install' symlink to work when DESTDIR is set (r1501072)
 
   - Server-side bugfixes:
     * fsfs: resolve endless loop problem when repos/db/uuid has \r\n (r1492145)
@@ -73,7 +74,6 @@ http://svn.apache.org/repos/asf/subversi
     * svnadmin upgrade: fix error of non-sharded fsfs repositories (r1494287)
     * svnadmin create: deny '--fs-type=fsfs --compatible-version=1.0' (r1494223)
     * svnadmin upgrade: fix data loss when cancelling in last stage (r1494298)
-    * svnmucc: fix 'make install' symlink to work when DESTDIR is set (r1501072)
 
   - Other tool improvements and bugfixes:
     * fsfs-stats (tool): resolve segfault when passing invalid path (r1492164)

Modified: subversion/trunk/subversion/tests/cmdline/davautocheck.sh
URL: http://svn.apache.org/viewvc/subversion/trunk/subversion/tests/cmdline/davautocheck.sh?rev=1502729&r1=1502728&r2=1502729&view=diff
==============================================================================
--- subversion/trunk/subversion/tests/cmdline/davautocheck.sh (original)
+++ subversion/trunk/subversion/tests/cmdline/davautocheck.sh Sat Jul 13 00:03:31 2013
@@ -528,7 +528,7 @@ rm "$HTTPD_CFG-copy"
 say "HTTPD is good"
 
 if [ $# -eq 1 ] && [ "x$1" = 'x--no-tests' ]; then
-  echo "http://localhost:$HTTPD_PORT"
+  echo "http://localhost:$HTTPD_PORT/svn-test-work/repositories"
   exit
 fi