VCS 1.2 and VSS

Installed VCS 1.2 with VSS works

Steps followed:
Created folders functions, procedures, views, tables under folder SQL in VSS and local C drive

ex:
SQL--
|_Views
|_Package
|_...

VCS -- Open project in VCS "$/IT./P./P././sql"
VCS -- Check out files

Issue:
I am not able to see the entire folder structure under SQL. The Window shows my project name in select project and local folder name inside the window.

Question:
How to make all the folders display so i can check in and out files. (Like in the user document when check out files - i think user doc uses MKS Source Integrity for example )

The reason i am asking for this is if i want to jump from folder to folder i need to change project every time.

Thanks for reply :)
 
MKS Source Integrity (and other VCS tools) support controlled directories. These directories are exposed through the SCC specification. Unfortunately Visual SourceSafe does not support controlled subdirectories, but uses subprojectes instead. Subprojects are not exposed through the SCC specification.
 
Back
Top