Click here to Skip to main content
15,885,278 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hi,
We are using visual source safe and are constantly getting requirements for extra developments into the system.
Each requirement is identified by a SystemRequirementID (SRID).
question:
How can I keep the requests in sync with the development in Dev and Prod environment?
For example, I want to be able to release an .exe for SRID = 5, 8, 9, 12
etc.

Thanks
Posted
Updated 18-Jan-12 4:49am
v3

General VSS best practices are available at: http://msdn.microsoft.com/en-us/library/bb509342%28v=vs.80%29.aspx[^]
 
Share this answer
 
Just in case you don't know, VSS is in its end of life phase at Microsoft.
With VSS, the one way I have handled this issue in the past was to tag production releases. That way you have a concrete way of getting a given version at a given time.
 
Share this answer
 
Thanks for the help on this topic.
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900