This is the background to my question:
1. I added a project (Project1) to VSS and labelled it '1.0'.
2. From the Visual Basic 6.0 IDE I can check files out and in without a problem to update to labelled version 1.1.
3. At this point I created another project(Project2) to work on version 2.0 by sharing files from Project1 and then branching. I intend to keep the first project to work on the minor changes,i.e., 1.x and also wish to work on Project2 for the major upgrade. I want to work on two versions concurrently.
4. Whenever I try to work on Project2 from the IDE, by checking out a file, it is always linked to Project 1.
How can I switch between the two projects from VB 6.0 IDE? How can I set the current project in the VSS database?
Thank You
1. I added a project (Project1) to VSS and labelled it '1.0'.
2. From the Visual Basic 6.0 IDE I can check files out and in without a problem to update to labelled version 1.1.
3. At this point I created another project(Project2) to work on version 2.0 by sharing files from Project1 and then branching. I intend to keep the first project to work on the minor changes,i.e., 1.x and also wish to work on Project2 for the major upgrade. I want to work on two versions concurrently.
4. Whenever I try to work on Project2 from the IDE, by checking out a file, it is always linked to Project 1.
How can I switch between the two projects from VB 6.0 IDE? How can I set the current project in the VSS database?
Thank You