On Fri, 2004-07-23 at 12:28, Loren Rosen wrote:
> I did an svn commit, without having any of the editor environment variables set.
> Got an error message. Set one of the environment variables. Ran svn commit again,
> with this result:
> sh: line 1: svn-commit.tmp: command not found
> svn: Commit failed (details follow):
> svn: system(' svn-commit.tmp') returned 32512
What did you set the environment variables to? It looks like you set
one of them to nothingness ("") ? Because subversion is trying to run
an external command of " svn-commit.tmp" rather than something like "vi
svn-commit.tmp".
---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Fri Jul 23 19:35:44 2004