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

Re: FSFS hotcopy issues

From: Philip Martin <philip_at_codematters.co.uk>
Date: 2005-09-25 13:15:01 CEST

Philip Martin <philip@codematters.co.uk> writes:

> Both the fs backends have:
>
> /* While our locking implementation easily supports the locking of
> nonexistent paths, we deliberately choose not to allow such madness. */
> if (kind == svn_node_none)
> return svn_error_createf (SVN_ERR_FS_NOT_FOUND, NULL,
> "Path '%s' doesn't exist in HEAD revision",
> args->path);

Hmm, the two backends are not quite the same, in fsfs the error string
is internationalised; the bdb backend is missing some _() markers.

-- 
Philip Martin
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Sun Sep 25 13:15:43 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.