[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: Nathan Hartman <hartman.nathan_at_gmail.com>
Date: Fri, 8 Jun 2018 14:38:38 -0400

On Fri, Jun 8, 2018 at 12:41 PM Daniel Shahaf <d.s_at_daniel.shahaf.name>
wrote:

> 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').

Or write a wrapper around it?

>
Received on 2018-06-08 20:39:00 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.