Subversion with MacVim configured as the editor
Posted
by Steve Kuo
on Stack Overflow
See other posts from Stack Overflow
or by Steve Kuo
Published on 2010-04-02T19:47:53Z
Indexed on
2010/04/02
19:53 UTC
Read the original article
Hit count: 639
I'm using Subversion to checkin a file on OSX. I have my EDITOR
variable configured to MacVim
My .profile
includes:
export EDITOR=/Applications/MacVim/mvim
When I checkin with the -m
option (svn ci somefile
), MacVim gets launched but then Subversion immediately displays:
Log message unchanged or not specified
(a)bort, (c)ontinue, (e)dit:
It displays this before I get a chance to save my log message in MacVim.
Is there a way to get SVN to use MacVim as the log message editor?
© Stack Overflow or respective owner