VS2010, VSS and post-commit hook?
Posted
by David Lively
on Stack Overflow
See other posts from Stack Overflow
or by David Lively
Published on 2010-05-03T17:41:52Z
Indexed on
2010/05/03
17:48 UTC
Read the original article
Hit count: 433
I'm using Visual Studio 2010 and VSS.
Yes, I know VSS sucks. Hard. I'm attempting to force a move to TFS (since SVN integration with Expression and Sharepoint Designer is near impossible without forcing non-technical content managers to use TortoiseSVN), but that will not happen in the short term.
I'm working with a local copy of the (classic ASP 3.0) site, and need to publish individual files to a web folder on our dev server whenever I check in a file so that the changes can be seen by other interested parties without having to publish from VSS.
Does anyone know of a convenient way to add a post-commit script with VSS? It's acceptable for this script to run on my dev box (as opposed to the server), considering that VSS has no server to execute such actions.
© Stack Overflow or respective owner