[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

RE: svn commit: r37458 - trunk/subversion/svn

From: Bert Huijben <rhuijben_at_sharpsvn.net>
Date: Fri, 24 Apr 2009 13:23:46 +0200

> -----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

This is an archived mail posted to the Subversion Dev mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.