Q: Is there a way to use TextMate for editing Subversion (svn) import/commit messages? If I set editor-cmd=mate in the subversion config file, TextMate correctly loads the temporary submit-message when doing a svn import/commit from command line, but svn returns directly with error "Log message unchanged or not specified". Subversion is not 'waiting' for TextMate to save or close the file.
--Armin Dressler
A: Try setting editor-cmd=mate -w (or you can set your environment EDITOR variable). This waits until the file is closed in TextMate. See also 'mate -help'.