Dot Net Learning Zone Blog

A blog about to learn Dot Net

Archive for the ‘VSS’ Category

Project Configuration in Microsoft Visual Source Safe (VSS)

Posted by Rajesh on August 14, 2008

Please follow these steps:

Configuration of VSS
It sounds like you are working with source safe through your development tool. Try the following:
Step 1: Created a blank solution called DotNetNuke.Sln and save it to a directory.
Step 2: Close your development tool.
Step 3: Open “Microsoft Visual SourceSafe 6.0″
Step 4: File -> Create Project …
Step 5: Fill in the Project name and comment
Step 6: Move the blue highlight to the new project
Step 7: File -> Add Files …
Step 8: Browse to the files you want to add, select them and click add.
Step 9: Check the files out to yourself
Step 10: Close source safe
Step 11: Open your development tool and add the code you want to add.
—- When done —
Step 12: Save your work
Step 13: Open “Microsoft Visual SourceSafe 6.0″
Step 14: Move the blue highlight to your project
Step 15: Select the file(s) in the right pane
Step 16: SourceSafe -> Check In …
I think you may find this useful
http://oldlook.experts-exchange.com:8080/Programming/Q_20867690.html
http://www.experts-exchange.com/Programming/Processor_Platforms/Q_21314581.html

Posted in VSS | Tagged: , | 1 Comment »