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

Re: Issue #544: "Re-open Commit-dialog after Commit finished", not working

From: Stefan Küng <tortoisesvn_at_gmail.com>
Date: Thu, 17 Sep 2015 18:27:47 +0200

On 17.09.2015 14:58, Patrick Quirk wrote:
> In TSVN 1.9.1 the new checkbox "Reopen dialog after commit if items were
> left uncommitted" does not seem to have any effect, or at least how it
> decides to reopen is not obvious to me. Consider this batch file:
>
> [[[
> :: Add two files to a repository and open the commit dialog
> svnadmin create repo
>
> svn checkout "file:///%CD%/repo" wc
>
> pushd wc
> echo "File 1" > file1.txt
> echo "File 2" > file2.txt
> svn add file1.txt
> svn add file2.txt
>
> TortoiseProc.exe /command:commit /path:%CD% /logmsg:"Committing the
> first file"
>
> popd
> ]]]
>
> When the user selects only one of the added files and commits it, the
> dialog does not reopen. This occurs in 1.9.0 and 1.9.1 on both Windows
> 7 and Windows 8.1.
>
> Is this a bug or am I misunderstanding this option?

The bug is in the settings dialog: it shows the option as active even
though it's not. Uncheck the setting, click "apply", then check it again
and click "apply" or "Ok".
Then it will work.

Stefan

-- 
        ___
   oo  // \\      "De Chelonian Mobile"
  (_,\/ \_/ \     TortoiseSVN
    \ \_/_\_/>    The coolest interface to (Sub)version control
    /_/   \_\     http://tortoisesvn.net
------------------------------------------------------
http://tortoisesvn.tigris.org/ds/viewMessage.do?dsForumId=4061&dsMessageId=3138247
To unsubscribe from this discussion, e-mail: [users-unsubscribe_at_tortoisesvn.tigris.org].
Received on 2015-09-17 18:27:51 CEST

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

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