Den fre 16 apr. 2021 kl 13:31 skrev Luc Chapon via TortoiseSVN < [email protected]>:
> > Hello > I don’t commit file by file, or atomically everytime I make one > modification. > Usually, I launch the commit dialog on one folder and see what's there to > be committed. > > I often have to deal with multiple modified files, for various reasons, > and only have the possibility of one unique global commit message. > > What I do then is uncheck all, then select the files I want to commit with > one specific message, commit, and then relaunch the commit dialog on the > folder, etc, etc, Time consuming and error prone! I just made a whole > commit batch with a wrong message, and I can not edit the commit message. > Not a solution to your feature request, but you can enable editing of the commit message if you add a pre-revprop-change hook script. You do this at the SVN server by adding a script in the hooks folder of the repository (there are already a few templates that can be used as a boiler plate). For more information, see the SVN Book: http://svnbook.red-bean.com/en/1.7/svn-book.html#svn.ref.reposhooks.pre-revprop-change This would at least help you change the incorrect commit message. It would not help you to split the commit into several different commits. Kind regards Daniel Sahlberg -- 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/CAMHy98M40RKhDxpXyojebiQP_g%2BuDMjabxp1hvyc2Ci15pc8Kg%40mail.gmail.com.
