Nico Kadel-Garcia <nkadel@tigris.org>


Patch Suggested
r950445 r981653

r981653 | stsp | 2010-08-02 13:26:18 -0500 (Mon, 02 Aug 2010)

* subversion/svn/main.c
  (svn_cl__cmd_table): Tweak documentation svn:externals within the help
   text of 'svn propset'. Rather than explaining the old (1.4 and earlier)
   syntax first, and then explaining how the new 1.5 syntax works, move the
   description of the old syntax to the very end, explain its shortcomings
   there, and discourage its use. Mention that the new syntax is similar to
   the syntax of 'svn checkout' to help people remember it better.

See here for related discussion:

  Date: Fri, 9 Jul 2010 15:08:35 -0400
  From: Nico Kadel-Garcia
  To: users@
  Subject: Unclear syntax for relative addressing of svn:externals, on RHEL 5,
           subversion-1.6.12
  Message-ID: <AANLkTikWq8T7I4uxyz_IgAO9S_OBqNE-YGKYtP0Iu7kN@mail.gmail.com>
  http://svn.haxx.se/users/archive-2010-07/0192.shtml

Suggested by: Nico Kadel-Garcia


r950445 | stylesen | 2010-06-02 04:15:38 -0500 (Wed, 02 Jun 2010)

Fix issue #2591 - 'svnadmin hotcopy' does not replicate symlinks.

* subversion/libsvn_repos/repos.c
  (hotcopy_structure): If there is a symlink, then copy it.

* subversion/libsvn_subr/io.c
  (svn_io_dir_walk): Add support to recurse through a symlink. This
   does not require an API rev since we did not change the signature of
   this public API.

Patch by: Nico Kadel-Garcia <nkadel@tigris.org>
(Tweaked by me)