Alexander Kitaev <alex@tmate.org>


Found Patch
r31314, r31311, r18694 r11302, r11297

r31314 | kfogel | 2008-05-20 13:08:11 -0500 (Tue, 20 May 2008)

Fix bug whereby 'svn cp --parents URL/TO/EXISTING/FILE URL/TO/EXISTING/DIR'
would seg fault.  This follows up to the regression test added in r31311.

Found by: Alexander Kitaev <alex@tmate.org>

* subversion/libsvn_client/copy.c
  (repos_to_repos_copy): Specially handle the case where dir is an
    immediate child of top_url.

* subversion/tests/cmdline/copy_tests.py
  (test_list): Expect 'unneeded_parents' to pass now.


r31311 | kfogel | 2008-05-20 10:36:39 -0500 (Tue, 20 May 2008)

Add a regression test for a bug that will be fixed in r31314.

Found by: Alexander Kitaev <alex@tmate.org>

* subversion/tests/cmdline/copy_tests.py
  (unneeded_parents): New test.
  (test_list): Run it.


r18694 | lundblad | 2006-03-02 16:53:28 -0600 (Thu, 02 Mar 2006)

Fix a bug whereby svn unlock would unlock a path even if the wrong
lock token is stored in the WC

Found by: Alexander Kitaev <alex@tmate.org>
Suggested by: jerenkrantz
(Some initial analyzes.)

* subversion/libsvn_client/locking_commands.c
  (organize_lock_targets): Get rid of the parent_entry_p argument; callers
  updated.
  (svn_client_lock): Remove bogus check for whether the common parent
  URL really is a URL (Uh! it always is) and pass the WC path when opening
  the RA session if available (which was the intention before as well).
  (svn_client_unlock): Dito. Only fetch lock tokens from the server when the
  user gave us URLs.

* subversion/tests/cmdline/lock_tests.py
  (unlock_wrong_token): Check for specific (though weird) error messages.
  (test_list): Remove XFail for unlock_wrong_token.


r11302 | kfogel | 2004-10-10 00:13:26 -0500 (Sun, 10 Oct 2004)

* www/project_links.html: Add link to JavaSVN.  

Patch by: Alexander Kitaev <alex@tmate.org>


r11297 | dionisos | 2004-10-09 03:48:40 -0500 (Sat, 09 Oct 2004)

* www/project_links.html: Add JavaSVN.  

Patch by: Alexander Kitaev <alex@tmate.org>