fredag 22 juli 2022 kl. 14:01:20 UTC+2 skrev [email protected]: > Hi, is it possible to restrict changing log messages to only those created > by the user itself?
Changing revision properties (including log message) must be enabled on the server side with the pre-revprop-change hook script. Please see the SVN Book for details: https://svnbook.red-bean.com/en/1.7/svn.ref.reposhooks.pre-revprop-change.html. I have not tried it but it should be possible to get the username of the user requesting the change (argument 3) and compare it with the author of that revision (svnlook author [path\to\repository] -rX, where X is the revision number, see argument 2). Kind regards, Daniel -- 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/439223a2-d10a-48a7-a8b3-73541017785en%40googlegroups.com.
