On Fri, 8 Jun 2018 14:57:06 -0400, Mark Phippard
wrote:
>On Fri, Jun 8, 2018 at 12:29 PM, Bo Berglund wrote:
>
>> I have configured Notepad++ to be the editor for the log message.
>> This works OK if Notepad++ is *not* running at the time of an svn
>> operation. Then Npp pops up an edit window a
On Fri, Jun 8, 2018 at 12:29 PM, Bo Berglund wrote:
> I have configured Notepad++ to be the editor for the log message.
> This works OK if Notepad++ is *not* running at the time of an svn
> operation. Then Npp pops up an edit window and I can enter the message
> as expected and then close the win
On Fri, Jun 8, 2018 at 12:41 PM Daniel Shahaf
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 z
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 sho