Article ID: 124529 - Last Review: June 29, 2004 - Revision: 1.2

How To Access SourceSafe Code From a Central Directory

System TipThis article applies to a different operating system than the one you are using. Article content that may not be relevant to you is disabled.
This article was previously published under Q124529

SUMMARY

The Shadow setting allows you to set up a central directory location where users can compile access code without entering SourceSafe.

NOTE: Any modifications made to the files in this directory will not be reflected in the SourceSafe database.

To set a shadow directory for the project $/test, in the SRCSAFE.INI or SS.INI:
        [$/test]
        Shadow = f:\test
		
If the project header [$/test] already exists, do not create a new one, just add the Shadow setting underneath the other settings. For example:
        [$/test]
        Dir = c:\test
        Shadow = f:\test
		
When files are updated to the $/test project, modifications will be reflected in f:\test as well.

For more information, please see the following article in the Microsoft Knowledge Base:
131023  (http://support.microsoft.com/kb/131023/EN-US/ ) How to Set Up a Shadow Directory
Expand all | Collapse all

APPLIES TO
  • Microsoft SourceSafe
Keywords: 
kbhowto kbnetwork KB124529
Retired KB ArticleRetired KB Content Disclaimer
This article was written about products for which Microsoft no longer offers support. Therefore, this article is offered "as is" and will no longer be updated.