Anybody describe me with the example and step by step operation about how to branch a code and then after branching how to merge back the changes in main code.
Thanks & Regards, Hussain
Anybody describe me with the example and step by step operation about how to branch a code and then after branching how to merge back the changes in main code.
Thanks & Regards, Hussain
Switch to TFS while you can.
I don't think you can merge entire branches in VSS. In TFS both operations are matter of a few clicks.
There is no branching is VSS. All work is done on the main trunk. Use a better version control tool if you can.
What you could do, if you felt so inclined, is:
Branching
Merging
I don't recommend this.