On Tuesday, January 8, 2019 at 9:17:29 PM UTC+1, Senjuu wrote: > > If I Click "Edit author" in the Log-Window it updates the value displayed > for the author. >
Yes, because when you edit, TSVN fetches the original value from the repository first. > But when I do this over "Show revision properties" it does not. And the > Tortoise must not fetch > all messages again. Only the one of the changed revision because the "svn > log"-command > has a parameter to specify the revision/-range to be shown > and how would you know which ones have changed without fetching all of them and comparing them to what you have? log messages are not versioned, so you do not know which ones have changed. That's also why you need to specifically enable a hook script on the repository server to even allow editing log messages. Stefan -- 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/91f71d16-1ff0-4259-80fa-de73451e859b%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
