The commit hook is a post-commit hook and is a bat file with the following:
@echo Starting Dev Deployment svn update C:\webserver\site echo --------- >> c:\svnhook.log echo updated >> c:\svnhook.log Date /T >> c:\svnhook.log Time /T >> c:\svnhook.log echo --------- >> c:\svnhook.log @echo Deployment complete When this bat file is run manually, everything works fine. When apache / SVN tries to run the hook, nothing happens. Everything I've been able to find points at path / security issues. All the security settings are looking correct and I tried changing the update call to be C:\program files\subversion\bin\svn.exe update C:\webserver\site\ but I get errors on "program files" due to the space. Could this be our problem and if so how can I get around it? Thanks for the help, Rich -----Original Message----- From: Tom Chiverton [mailto:[EMAIL PROTECTED] Sent: Monday, June 12, 2006 11:40 AM To: CF-Talk Subject: Re: OT: SVN Help On Monday 12 June 2006 16:28, Richard Kroll wrote: > I seem to be having a problem getting a commit hook to work with SVN and > was hoping someone here might be able to shed some light. What's the commit hook do, and how ? -- Tom Chiverton **************************************************** This email is sent for and on behalf of Halliwells LLP. Halliwells LLP is a limited liability partnership registered in England and Wales under registered number OC307980 whose registered office address is at St James's Court Brown Street Manchester M2 2JF. A list of members is available for inspection at the registered office. Any reference to a partner in relation to Halliwells LLP means a member of Halliwells LLP. Regulated by the Law Society. CONFIDENTIALITY This email is intended only for the use of the addressee named above and may be confidential or legally privileged. If you are not the addressee you must not read it and must not use any information contained in nor copy it nor inform any person other than Halliwells LLP or the addressee of its existence or contents. If you have received this email in error please delete it and notify Halliwells LLP IT Department on 0870 365 8008. For more information about Halliwells LLP visit www.halliwells.com. We are pleased to announce that Halliwells LLP has been voted AIM Lawyer of the Year at the 2005 Growth Company Awards ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Message: http://www.houseoffusion.com/lists.cfm/link=i:4:243239 Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4 Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4 Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4 Donations & Support: http://www.houseoffusion.com/tiny.cfm/54

