1
2
As part of TortoiseSVN 1.8+ we can now use both tsvn:userfileproperties
and tsvn:userdirproperties
containing a newline
separated list of custom properties.
You can also specify whether a custom dialog is used to add/edit your property. TortoiseSVN offers four different dialogs, depending on the type of your property.
Unfortunately, I've been unable to find a working example of how to set these properties.
I've set tsvn:userdirproperties
to the following value:
my:build_trigger=state;Do you want to trigger a manifest build or flush the caches?(Skip;0;Rebuild;1;Build & Flush;2)
However no dialog is ever shown after any commits.
See TortoiseSVN documentation for incomplete examples.