[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: Ben Collins-Sussman <sussman_at_collab.net>
Date: 2003-02-22 01:02:26 CET

Craig Longman <craigl@begeek.com> writes:

> actually, the EDITOR was not set (i'm running bash on linux), but if i
> _provide_ an EDITOR or a -m then it works great! fwiw, the output
> from not having EDITOR set and having EDITOR set to "" appears to be
> identical.

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

Subversion should *not* be trying to run system(EDITOR) if the
variable is undefined.

Should we file this bug?

---------------------------------------------------------------------
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:04:34 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.