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

Re: svn: system(' svn-commit.tmp') returned 32512

From: Philip Martin <philip_at_codematters.co.uk>
Date: 2003-02-21 23:36:22 CET

Ben Collins-Sussman <sussman@collab.net> writes:

> Wow, we have genuine regression bug. I just unset EDITOR on my
> FreeBSD box, and instead of seeing the usual error about "you must use
> -F, -m or set EDITOR", I get the same error as you:
>
> svn: Error calling external program
> svn: Commit failed (details follow):
> subversion/clients/cmdline/util.c:201: (apr_err=200012)
> svn: system(' svn-commit.tmp') returned 32512

It's the SVN_CLIENT_EDITOR stuff David Kimdon added in rev 4812. If I
configure without using --with-editor=PATH then I get

#define SVN_CLIENT_EDITOR ""

in svn_private_config.h and svn_cl__edit_externally has

#ifdef SVN_CLIENT_EDITOR
  if (! editor)
    editor = SVN_CLIENT_EDITOR;
#endif

Is it possible to have configure not generate the #define? Or do we
need another pre-processor symbol SVN_CLIENT_EDITOR_ENABLED?

-- 
Philip Martin
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Fri Feb 21 23:37:20 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.