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

Re: [PATCH] fix broken svn_client_info

From: Malcolm Rowe <malcolm-svn-dev_at_farside.org.uk>
Date: 2005-10-31 15:15:13 CET

On Mon, Oct 31, 2005 at 02:33:33PM +0100, Stefan Küng wrote:
> The function same_resource_in_head() calls svn_client__repos_locations()
> which returns the error SVN_ERR_FS_NOT_FOUND. And as I see it, this is
> correct if the path doesn't exist. But same_resource_in_head() is the
> function which should not pass that error on, because it's docstring says:

You're not running against a 1.0.x server, are you? Because in that case,
we call slow_locations(), which can return either SVN_ERR_FS_NOT_FOUND
or APR_EGENERAL if it failed to find some of the revisions.

Regards,
Malcolm

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Mon Oct 31 15:18:37 2005

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.