[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: Daniel Rall <dlr_at_finemaltcoding.com>
Date: 2005-09-26 23:34:32 CEST

On Sun, 25 Sep 2005, Philip Martin wrote:

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

I don't see any reason not to add the _() wrapper for the BDB impl.

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Mon Sep 26 23:35:44 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.