You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@subversion.apache.org by Bruce Knoth <bk...@yahoo.com> on 2006/06/29 17:41:23 UTC

Commit Messages from External editor not recognized

Environment: svn 1.3.2, WinXP
 
I'm using Emacs as an external editor for svn.
 
When I commit a file (ie. svn commit ReadMe.tx) svn
immediatly responds with a message:
 
Log message unchanged or not specified
a)bort, c)ontinue, e)dit
 
as it opens Emacs. I enter a log message through
Emacs, save it, exit Emacs, and then I can respond
"continue" to the message svn generated. My log
message does not get entered into the repository.

What can I do to use the external editor?

Thanks,

Bruce


__________________________________________________
Do You Yahoo!?
Tired of spam?  Yahoo! Mail has the best spam protection around 
http://mail.yahoo.com 

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org

Re: Commit Messages from External editor not recognized

Posted by Andreas Pakulat <ap...@gmx.de>.
On 29.06.06 10:41:23, Bruce Knoth wrote:
> Environment: svn 1.3.2, WinXP
>  
> I'm using Emacs as an external editor for svn.
>  
> When I commit a file (ie. svn commit ReadMe.tx) svn
> immediatly responds with a message:
>  
> Log message unchanged or not specified
> a)bort, c)ontinue, e)dit
>  
> as it opens Emacs. I enter a log message through
> Emacs, save it, exit Emacs, and then I can respond
> "continue" to the message svn generated. My log
> message does not get entered into the repository.
> 
> What can I do to use the external editor?

Tell emacs to not detach from the calling terminal, unfortunately I
don't know why.

svn expects that if the called editor exits the editing process is
finished, but emacs detaches itself and this looks like the editor
exited...

Andreas

-- 
Do what comes naturally.  Seethe and fume and throw a tantrum.

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org