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

Re: svn commit: rev 6116 - trunk/subversion/libsvn_wc

From: Branden Robinson <branden_at_deadbeast.net>
Date: 2003-06-02 22:08:45 CEST

On Mon, Jun 02, 2003 at 11:53:41AM -0500, cmpilato@tigris.org wrote:
> + if (! src_entry)
> + return svn_error_createf
> + (SVN_ERR_ENTRY_NOT_FOUND, NULL,
> + "`%s' is not under version control", src_path);
> if ((src_entry->schedule == svn_wc_schedule_add)
> || (! src_entry->url))
> return svn_error_createf
> (SVN_ERR_UNSUPPORTED_FEATURE, NULL,
> - "Not allowed to copy or move '%s' -- it's not in the repository yet.\n"
> + "Not allowed to copy or move `%s' -- it's not in the repository yet.\n"
> "Try committing first.",
> src_path);

(Pathetic nitpicky remark follows.)

Ooh, yuck. Using grave accents as quotation marks is considered
harmful.

http://www.cl.cam.ac.uk/~mgk25/ucs/quotes.html

-- 
G. Branden Robinson            |       Human beings rarely imagine a god
Free Software Developer        |       that behaves any better than a
branden@deadbeast.net          |       spoiled child.
http://deadbeast.net/~branden/ |       -- Robert Heinlein

  • application/pgp-signature attachment: stored
Received on Mon Jun 2 22:09:35 2003

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.