Wednesday, February 16, 2011

SVN: How to specify editor for SVN Commit

If you are running SVN for the first time you will need to specify the editor to use when adding a comment when you use the command:

$ svn commit

To specify an editor use the following command:

$ export SVN_EDITOR=vim

No comments:

Post a Comment