Feature request: Alow checking the Reverse merge checkbox with a command line parameter

9 views
Skip to first unread message

Kevin Lyles

unread,
Sep 30, 2020, 5:03:38 PM9/30/20
to TortoiseSVN
I'm automating the Merge window, and I can specify almost everything I need on the command line.  The one thing I can't see a way to specify is whether the merge should be a forward or reverse merge.

I tried specifying the revisions in reverse order as is shown in the merge results window during a reverse merge, but (for example) 3908049-3908048 becomes 3908047-3908049 if the Reverse merge checkbox is not checked.  If it is checked, then 3908049 becomes 390804- 3908048, which would be perfect if I could check the box programmatically.

Another alternative would be a way to launch the merge operation itself, instead of launching the wizard first.  It appears that currently CSVNProgressDlg is not available as its own executable, and while I'm willing to put in the work to integrate more closely, I'm only interested in doing that if there's a stable API I can use.

I could do things with the command line instead, but then resolving conflicts doesn't get the nice GUI.

Is there a way to do this currently?  If not, please consider adding one in the future.
Reply all
Reply to author
Forward
0 new messages