[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

Re: Problem setting Notepad++ as log message editor for svn 1.9.7 (Windows7)

From: Daniel Shahaf <d.s_at_daniel.shahaf.name>
Date: Fri, 08 Jun 2018 16:41:41 +0000

Bo Berglund wrote on Fri, 08 Jun 2018 18:29 +0200:
> How can I use Notepad++ as the log editor and not have this happening?

Subversion runs the editor command with system() and expects that when
system() returns, if the exit code is zero then the user has finished
editing the log message. You should ask the Notepad++ guys how to
invoke it in a way that satisfies this contract. There may be a command-line
flag you can pass (e.g., I use editor-cmd='gvim -f').

Cheers,

Daniel
Received on 2018-06-08 18:41:51 CEST

This is an archived mail posted to the Subversion Users mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.