You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@subversion.apache.org by st...@apache.org on 2014/12/08 16:40:11 UTC

svn propchange: r1643844 - svn:log

Author: stsp
Revision: 1643844
Modified property: svn:log

Modified: svn:log at Mon Dec  8 15:40:11 2014
------------------------------------------------------------------------------
--- svn:log (original)
+++ svn:log Mon Dec  8 15:40:11 2014
@@ -1,5 +1,9 @@
 On the pin-externals branch: Don't crash when setting externals within a copy.
+Also add WIP test code.
 
 * subversion/libsvn_client/copy.c
   (path_driver_cb_func): When setting a new svn:externals value, open the
    target directory if it wasn't already opened, and close it afterwards.
+
+* subversion/tests/cmdline/externals_test.py:
+  (pin_externals): New test, work in progress.