开发者

VS2005, VSS - Check-in + Deploy automatically

开发者 https://www.devze.com 2023-02-11 11:49 出处:网络
I\'m stuck working with VS2005 and VSS for some of the code that I\'m working on. Are there any开发者_StackOverflow中文版 scripts that let me commit all modified source files to VSS and make VSS push

I'm stuck working with VS2005 and VSS for some of the code that I'm working on. Are there any开发者_StackOverflow中文版 scripts that let me commit all modified source files to VSS and make VSS push out a patch to our QA servers?

Thanks,

Teja.


Have you considered CruiseControl.NET to manage your build and drop?

It sounds like you wanted a bit extra ("scripts...commit all modified source files"), but CC.NET will take care of building/reporting/deploying. It's not clear from your question where the commits will be coming from (a developer machine, somewhere else), or why automated check-ins are useful. In other words, shouldn't developers be purposefully committing code changes?

How to Setup CruiseControl.NET.


Sounds like you're looking for a Continuous Integration server, which allows you to run build scripts after detecting changes in source control. Try TeamCity or CruiseControl.NET.

Here's a walk through that details the setup process for CI with TeamCity and Subversion. You can add additional scripts for deployment via MSBuild or any command line tool.

0

精彩评论

暂无评论...
验证码 换一张
取 消