After a user commits some code, I would like the code to be copied to a website and then email a few users once the items have been copied.
I opened the Post-Commit hook dialog and typed this in: C:\Program Files (x86)\visualsvn server\bin\svn.exe" export http://MKEPIM.etalia.com:8090/svn/EtAlaia.Projects/Bridge/Development/Source E:\websites\deliverables.etalia.com --quiet --non-interactive --force --username [email protected] --password thePassword I als tired putting this into a BAT file and had this line in the hook window: E:\VisualSVN\Hooks\UpdateDeliverablesHook.bat (the bat file contains the above code) Neither is working. I can run the first line in a command window and it works. It's just not running after a commit (either way). What am I doing wrong? Just a note, I am using Windows authentication rather than SVN authentication. Also, how can I add email confirmation that the files were copied and the commit worked? I appreciate any help on this. Daniel -- You received this message because you are subscribed to the Google Groups "VisualSVN" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/visualsvn?hl=en.

