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. -- You received this message because you are subscribed to the Google Groups "TortoiseSVN" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/tortoisesvn/98cef75c-bf94-4b8c-b6c3-a4f731efc1dfn%40googlegroups.com.
