On Friday, June 29, 2018 at 8:20:29 AM UTC+2, Jörg Vehlow wrote: > > Hi, > > I'm experimenting with hook scripts stored in project properties. I have > added some script to the properties of folder /X in svn. >
did you commit the properties? > I then checked out the folder to d:\X_wc. If I run update/commit on this > folder, the scripts are not executed. If I run i run update/commit on > d:\X_wc\some_other_folder, they are executed. > > if you committed the properties then when you update the properties will also be in the new working copy. If the hook scripts are not executed after the first update, then it must be a problem on how you set up the hook scripts: check the paths to the script(s) and the parameters. 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/159103f4-183b-4d1d-b073-1134a9f8a8b7%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
