Let's say you create a VC++ project called "ProjectA" within Visual Studio 6.0. Then, you add the project to source control to a folder called "Original" using Vault as the default source control provider.
You close Visual Studio, open the Vault Windows Client, and share this project into a new Vault folder called "Share".
So the Vault source tree looks as follows:
Code: Select all
$
|_ Original
|_ ProjectA
|_ Share
|_ ProjectA
Change the line
Code: Select all
# PROP Scc_ProjName "$/Original/ProjectA"
Code: Select all
# PROP Scc_ProjName "$/Share/ProjectA"
At this point, you can either perform a recursive Get Latest operation on "$/Shared/ProjectA" in the Windows Client, then open the project in Visual Studio, or launch Visual Studio and perform an Open From Source Control operation on "$/Shared/ProjectA".