MAKL <makl@tigris.org>


Patch
r852072, r849277, r849267, r849266, r845865

r845865 | josander | 2003-05-03 16:07:52 +0000 (Sat, 03 May 2003)

Finished issue #1269 wich about various bugfixes for the file:
    packages/win32-innosetup/tools/svnpath/main.c
This issue was submitted by MAKL who also provided a patch.
Thanks MAKL!

Patch by: MAKL <makl@tigris.org>

* packages/win32-innosetup/tools/svnpath/main.c:
  -Applied MAKL's patch:
   (main):-Fix crashes during parse of the program parameters
          -Fix that the PATH environment variable for the current
           user is always overwritten
   (svn_addnt): Consider that the PATH for the current user may be
                empty
   (svn_read_regval): The top key is received from the calling
                      command and not hardcoded to HKLM anymore.
  -Edited info about compilers to use when making svnpath.exe.

* packages/win32-innosetup/tools/svnpath/svnpath.exe,
  packages/win32-innosetup/tools/svnpath/svnpath.rc:
  Updated to version 1.1.1 after appaying MAKL's patch.


r849266 | sussman | 2004-03-22 22:20:59 +0000 (Mon, 22 Mar 2004)

Fix issue #1799:  unintended modification of directory entry during "switch".

Patch by: <makl@tigris.org>
(Tweaked by Greg Hudson <ghudson@mit.edu>.)

* subversion/libsvn_repos/reporter.c
  (drive): When anchor is target and the source and destination aren't
   both directories, error out before calling open_root.


r849267 | philip | 2004-03-22 23:51:56 +0000 (Mon, 22 Mar 2004)

Fix issue 1634, "svn copy -rN URL wc" failed if wc was in state
deleted.

Patch by: <makl@tigris.org>
(Tweaked by me.)

* subversion/libsvn_wc/update_editor.c (check_wc_root): PATH is also
  a WC root if its parent WC has no entry for it.

* subversion/tests/clients/cmdline/copy_tests.py (repos_to_wc_1634): New
  test.


r849277 | philip | 2004-03-24 19:57:40 +0000 (Wed, 24 Mar 2004)

Fix issue 1751, non-recursive switch updates all files in a directory.

Patch by: <makl@tigris.org>

* subversion/libsvn_wc/adm_ops.c
        (tweak_entries): Renamed from recursively_tweak_entries, add
        a recursive parameter, fix pool usage.
        (svn_wc__do_update_cleanup): Call tweak_entries.

* subversion/tests/clients/cmdline/switch_tests.py
        (test_list): Remove XFAIL from nonrecursive_switching.
        (nonrecursive_switching): Extend the test to ensure that
        subdirectories are not switched.


r852072 | philip | 2004-11-23 04:37:02 +0000 (Tue, 23 Nov 2004)

Regression test for issue 1825.

Patch by: <makl@tigris.org>
(Tweaked by me.)

* subversion/tests/clients/cmdline/switch_tests.py
  (regression_test_1825): New XFail regression test.