> -----Original Message-----
> From: Bert Huijben [mailto:rhuijben_at_sharpsvn.net]
> Sent: vrijdag 24 april 2009 12:44
> To: svn_at_subversion.tigris.org
> Subject: svn commit: r37458 - trunk/subversion/svn
>
> Author: rhuijben
> Date: Fri Apr 24 03:44:27 2009
> New Revision: 37458
>
> Log:
> Remove local processing of the switch target as the results were unused
> and svn_client_switch2() validates the working copy for us. This
> resolves 11 of the 12 WC-NG failures on Windows by not keeping the
> access baton open.
>
> * subversion/svn/switch-cmd.c
> (svn_cl__switch): Remove test on whether target is a working copy
> directory
> and use svn_uri_canonicalize() instead of the to be deprecated
> svn_path_canonicalize().
This code was unused for anything but the exact error message text since
r2213 which updated the notification system to no longer require these
paths.
Current status on Windows running the tests on WC-NG:
Summary of test results:
1074 tests PASSED
43 tests SKIPPED
32 tests XFAILED (1 WORK-IN-PROGRESS)
1 test FAILED
The failed test is:
FAIL: update_tests.py 8: update after add/rm of deleted state
Bert
------------------------------------------------------
http://subversion.tigris.org/ds/viewMessage.do?dsForumId=462&dsMessageId=1890454
Received on 2009-04-24 13:24:20 CEST