
CHAPTER 17 ■ VERSION CONTROL WITH SUBVERSION
366
When you run the import subcommand, you will be presented with an editor window and
instructed to provide an import message. In Figure 17–1, you can see vi, my default editor, demanding
just such input.
Figure 17–1.
Providing an import message
When you attempt to import, you may get an error like this:
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 are set, and no 'editor-
cmd' run-time configuration option was found ...