I\'m trying to commit a new version to my SVN repository but am met with this error:
svn: Commit failed (details follow):
svn: Could not use ext
If you want to set default editor that will be used every time you run
svn commit
Try the following command in the shell:
export SVN_EDITOR=nano
This will set nano as the text editor for commit messages. From now on, when you call svn commit
without the -m
flag, nano will open. Upon closing nano, SVN will continue to commit.