Fyodor Sheremetyev <fyodor@visualsvn.com>


Patch
r33003, r20226

r33003 | julianfoad | 2008-09-09 13:18:42 -0500 (Tue, 09 Sep 2008)

Fix "Malformed URL" error on "merge --reintegrate" for a path with spaces.

Patch by: Fyodor Sheremetyev <fyodor@visualsvn.com>

* subversion/tests/cmdline/merge_tests.py
  (merge_file_with_space_in_its_path): New test.
  (test_list): Run the new test.

* subversion/libsvn_client/merge.c
  (calculate_left_hand_side): URI-encode URLs constructed from URI-decoded
    relative paths.


r20226 | zhakov | 2006-06-23 02:13:53 -0500 (Fri, 23 Jun 2006)

* www/links.html (clients): Add VisualSVN.

Patch by: Fyodor Sheremetyev <sheremetyev@gmail.com>