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

Re: svn problem

From: Andy Levy <andy.levy_at_gmail.com>
Date: 2007-10-23 20:02:10 CEST

On 10/23/07, Ram Shrestha <cfmx07@yahoo.com> wrote:
> Hi
> When I try to svn import, it gives the following error message.
>
> svn: Could not use external editor to fetch log message; consider setting
> the $SVN_EDITOR environment variable or using the --message (-m) or --file
> (-F) options
> svn: None of the environment variables SVN_EDITOR, VISUAL or EDITOR is set,
> and no 'editor-cmd' run-time configuration option was found
>
> how do i resolve it

Resolve it by doing exactly what the message says.

Because you didn't specify a commit message with -m or -F, the client
is looking for an external editor whose location is specified in any
of those 3 environment variables to open up and for you to enter a
commit message.

So, either specify the commit message at the command line with -m, in
a file specified by -F, or set one of those environment variables to
your editor of choice.

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Tue Oct 23 20:02:55 2007

This is an archived mail posted to the Subversion Users mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.