'Open again' or 'keep open' feature

11 views
Skip to first unread message

tso...@gmail.com

unread,
Jun 4, 2020, 11:27:10 AM6/4/20
to TortoiseSVN
I want a new feature which can keep open 'commit' dialogue box after commit.

For example, after editing 'a.cpp' and 'b.cpp', I often want to commit them respectively:
$ svn commit a.cpp -m 'modified a.cpp'
$ svn commit b.cpp -m 'modified b.cpp'
not
$ svn commit a.cpp b.cpp -m 'modified a.cpp and b.cpp'
.

To do this with TortoiseSVN, we must open commit dialogue box twice using right-click and selecting 'commit...'.
But if the commit dialogue box has 'commit and open this dialogue box again' button or 'keep this dialogue box open after commit' check box, we need not open again.

Stefan

unread,
Jun 4, 2020, 12:20:35 PM6/4/20
to TortoiseSVN
that looks like a wrong way of working:
* if the changes are not related, then you should have committed one of them as soon as the changes were done
* if the changes are related, then you should commit them together
Reply all
Reply to author
Forward
0 new messages