Forum Moderators: open
to provide quick file recovery when wrong cahnges are deployed to the live site
I have good source control on dev, but I prefer nopt to use on the production servers. We had a file go up recently that shouldnt have and looking and shadow copy tutorial it would have been so easy to right click and recover the previous version.
I just wondered if it has any issues with IIS other than disc space or dependencies.
I find that good source control systems have a lot of issues. The open source ones are hard to get working under Windows & I used to use VSS but thought it had been discontinued when vstudio team edition came out ?
What do you use for Source control on Windows ?
What do you use for Source control on Windows ?
Integrates fully with Visual Studio, but can also work independently of an editor.
I like the fact that I can build and test locally, and when all is ok I check it in and the Shadow Folder service copies the changes to the live website. (rollbacks are also taken care of by the Shadow folder service)