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

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

From: Patrick Quirk <pjquirk_at_gmail.com>
Date: Thu, 17 Sep 2015 08:58:15 -0400

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?

Thanks,
Patrick

------------------------------------------------------
http://tortoisesvn.tigris.org/ds/viewMessage.do?dsForumId=4061&dsMessageId=3138189

To unsubscribe from this discussion, e-mail: [users-unsubscribe_at_tortoisesvn.tigris.org].
Received on 2015-09-17 17:02:16 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.