|
Twitter Feed
|
SVN committingPosted by noreply@blogger.com (Fong Chun Chan) on Nov 22, 2008
This isn't exactly a Xataface related issue, but I found myself continually forgetting about this that I thought it would be good to blog about this so I can remember. When I have ssh'ed onto the server and I need to do a svn commit, I get an error message about not having an editor to input my svn commit message. The following piece of code fixes this:br /br /blockquotebr /export EDITOR=vibr //blockquotebr /br /Where vi is the editor program we are using. If you have something else installed on your server (and hopefully you do because vi really blows), then you can just use that.
|