Because I always forget…to change the text editor that svn uses with the commit messages, just type in this command (if you use bash):
export SVN_EDITOR=vi
*Substitute vi for your editor of choice.
**Personally, I once was a pico/nano fan, then I moved to emacs, and now I am a vi person.

Do you frequently need to include a lengthy message? I practically always simply use the -m option to specify a message on the command line.
[...] http://www.jappler.com/blog/archive/2008/05/05/howto-change-the-svn-editor [...]
Thanks, this was exactly what I was looking for.
ben it’s needed to resolve conflicts
Thanks man. Worked great.
J
Grosso!
Buen tip che
Thanks man. I searched a long time to know this setting.
Personally perfect when you use svn:externals or svn:ignore commande.
To set permanently on your ENV, with bash shell, add this line to your ~/.bachrc file:
export SVN_EDITOR=vim
Thanks!
[...] elegir, prefería cambiarlo por nano que es más amigable. Me puse manos a la obra y descubrí en jappler.com como se [...]
Great! I knew this option had to be somewhere! Thanks!
If you use svn with cmd.exe on Windows you can do it in the similar way. Create a new Environment Variable and set it’s value for example to
notepad[...] “export SVN_EDITOR=vi” (thanks to jen) [...]
[...] And if you prefer vi over nano then you should change the default svn editor with ”export SVN_EDITOR=vi” (thanks to jen) [...]