Author: stsp Date: Thu Feb 12 21:04:52 2015 New Revision: 1659398 URL: http://svn.apache.org/r1659398 Log: * CHANGES: Add an entry for 'svn copy --pin-externals'.
Modified: subversion/trunk/CHANGES Modified: subversion/trunk/CHANGES URL: http://svn.apache.org/viewvc/subversion/trunk/CHANGES?rev=1659398&r1=1659397&r2=1659398&view=diff ============================================================================== --- subversion/trunk/CHANGES (original) +++ subversion/trunk/CHANGES Thu Feb 12 21:04:52 2015 @@ -138,6 +138,7 @@ http://svn.apache.org/repos/asf/subversi * alow the use of libmagic to be configured via subversion configuration file or SVN_CONFIG_OPTION_ENABLE_MAGIC_FILE env variable (r1572916) * store human readable info about SSL certs in auth store (r1573625) + * new '--pin-externals' option for svn copy (issue #1258) - Client-side bugfixes: * export: fix problem exporting symlinks on windows (r1476093)