Nico Kadel-Garcia <nkadel@gmail.com>


Found Patch Suggested
r1495329 r950445 r981653

r950445 | stylesen | 2010-06-02 09:15:38 +0000 (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)


r981653 | stsp | 2010-08-02 18:26:18 +0000 (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


r1495329 | philip | 2013-06-21 08:35:37 +0000 (Fri, 21 Jun 2013)

Fix the svnmucc symlink in svn-tools so it doesn't to link to DESTDIR.
The user can configure $(bindir) but $(toolsdir) is always a subdir
of that so a relative symlink should be OK.

Found by: Nico Kadel-Garcia <nkadel{_AT_}gmail.com>

* Makefile.in
  (INSTALL_EXTRA_TOOLS): Use a relative symlink.