[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 1919 - trunk/subversion/clients/cmdline

From: Karl Fogel <kfogel_at_newton.ch.collab.net>
Date: 2002-05-10 21:40:25 CEST

philip@tigris.org writes:
> if (! editor)
> return svn_error_create
> (SVN_ERR_CL_NO_EXTERNAL_EDITOR, 0, NULL, pool,
> - "Could not find an external text editor in the usual environment "
> - "variables;\n"
> - "searched SVN_EDITOR, EDITOR, VISUAL, in that order. If you set\n"
> - "one of them, check if you also need to `export' it.\n");
> + "None of the environment variables "
> + "SVN_EDITOR, VISUAL or EDITOR is set.");

Is there a reason you want this error message to be shorter?

I realize that the bit about exporting the variable is not universally
applicable, but it kept biting people on the dev list, that's why I
put it in there...

+1 and THANKS for rest of the fixes, by the way. Long needed.

-K

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Fri May 10 21:41:04 2002

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.