Question

I am trying to work with Visual Source Safe while developing an ASP.NET MVC 3 site in Visual Studio Web Developer Express. There doesn't seem to be any integration between VS and VSS so I have to check in and check out manually.

During the course of a day, I create and modify many files, and so it is annoying to have to do VSS checkin/ checkout every time. Is there anyway to, instead, just check in the entire site at the end of the day?

That way, I will have a working copy of [Monday's] version of the site, and on Tuesday at the end of the day I would have a working version of Tuesday's version of the site. Then, can these be deleted over time?

Was it helpful?

Solution

The express edition of Visual Studio doesn't provide any integration with VSS. If you'd like to do the check-in/check-out directly in Visual Studio, I recommend you upgrade your VS.

Also, you can take advantage of the VSS command line. You can execute the command to check in the entire site at the end of the day, and perform check-out on the next day. http://msdn.microsoft.com/en-us/library/asxkfzy4(v=vs.80).aspx

Although the command line may simplify the process, I still recommend you check in the modifications in time.

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top