Subversion post-commit hook
Posted
by GeoSQL
on Stack Overflow
See other posts from Stack Overflow
or by GeoSQL
Published on 2010-05-29T21:08:26Z
Indexed on
2010/05/29
21:12 UTC
Read the original article
Hit count: 236
subversion
I am trying to get SVN to copy files to my htdocs folder on commit. Here is what I have so far in my post-commit.bat:
"C:\subversion\bin\svn.exe" update "C:\apache\apache2.2\htdocs"
When I look at the log files created by the hook I get the following line:
Skipped 'C:\Apache\Apache2.2\htdocs'
Does anyone know why this is happening?
No matter what directory I choose as a destination, I get the same error.
I am running SVN 1.6.4, Tortoise 1.6.8, Apache 2.2, WinXP SP3
I am not using username and password because there is no security set up on the SVN repository. It's just me developing.
Thanks
© Stack Overflow or respective owner