I've installed SVN and have it running with webdav. Everything seems ok but I get this error when I try to import my initial directory structure:
Code:
# svn import /tmp/subversion-layout/ http://127.0.0.1/svn/
svn: Could not use external editor to fetch log message; consider setting the $S VN_EDITOR environment variable or using the --message (-m) or --file (-F) option s
svn: None of the environment variables SVN_EDITOR, VISUAL or EDITOR are set, and no 'editor-cmd' run-time configuration option was found
Any ideas?