It looks like r29525 changes the behavior of Ctrl-Shift-C, which currently copies the log without changed paths (done in the else statement.) I didn't want to remove that behavior so I was adding separate hotkeys.
Here's what was missing from the patch if you want to try it again... In resource.h, I added a new command: #define ID_POPUP_UPDATEALL 32877 #define ID_LOGDLG_MONITOR_CLEARERRORS 32878 #define ID_LOGDLG_COPYREVISIONS 32879 In TortoiseProcENG.rc I added two new hotkeys: IDR_ACC_LOGDLG ACCELERATORS BEGIN "C", ID_EDIT_COPY, VIRTKEY, CONTROL, NOINVERT "C", ID_EDIT_COPY, VIRTKEY, SHIFT, CONTROL, NOINVERT "C", ID_LOGDLG_COPYREVISIONS,VIRTKEY, ALT, CONTROL, NOINVERT "R", ID_LOGDLG_COPYREVISIONS,VIRTKEY, CONTROL, NOINVERT On Thu, Feb 16, 2023 at 8:38 AM Stefan via TortoiseSVN < tortoisesvn@googlegroups.com> wrote: > Thanks for your patch, but it doesn't compile. I guess because the > resource.h file is in utf-16 and therefore not included in the patch file. > > please check r29525, maybe that's what you're looking for? > > > -- > 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 tortoisesvn+unsubscr...@googlegroups.com. > To view this discussion on the web visit > https://groups.google.com/d/msgid/tortoisesvn/81cfbcf5-8c38-48af-8855-7db445e8dddbn%40googlegroups.com > <https://groups.google.com/d/msgid/tortoisesvn/81cfbcf5-8c38-48af-8855-7db445e8dddbn%40googlegroups.com?utm_medium=email&utm_source=footer> > . > -- 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 tortoisesvn+unsubscr...@googlegroups.com. To view this discussion on the web visit https://groups.google.com/d/msgid/tortoisesvn/CADN%2BUxwNuLE3OJLvB53JU0RtD1WRgvD7QL2Vur_DhkQ5kVrtUA%40mail.gmail.com.