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

Re: svn commit: r17993 - in trunk/subversion: libsvn_wc tests/cmdline

From: David James <djames_at_collab.net>
Date: 2006-03-05 08:29:31 CET

On 1/5/06, kfogel@tigris.org <kfogel@tigris.org> wrote:
> switch (kind)
> {
> case svn_node_none:
> - /* Nothing to do. */
> + return svn_error_createf (SVN_ERR_BAD_FILENAME, NULL,
> + _("'%s' does not exist"),
> + svn_path_local_style (path, pool));

This change breaks the tests in the Java bindings. Since this commit,
the JavaHL tests now fail with this error:
   svn: '/svntest/obj-sh/working_copies/basic_test11/foo' does not exist

Perhaps we should update the JavaHL tests to be in sync with
Subversion's new behaviour?

Cheers,

David

--
David James -- http://www.cs.toronto.edu/~james
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Sun Mar 5 08:30:11 2006

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.