What is the structure of the central Repository tree used to store the archive files?
Top  Previous  Next


CS-RCS stores archive files in the following Repository tree structure:
<Repository Root>\<drive>\<directory>  

For example, if the Repository root is F:\RCS, then archive files are stored as follows:
c:\project1\src -> f:\rcs\c\project1\src  
c:\project1\inc -> f:\rcs\c\project1\inc  
c:\project2\src -> f:\rcs\c\project2\src  
\\server1\doc\project1 -> f:\rcs\server1\doc\project1  

Tip: To view how files are archived on your computer, add a sample file to the RCS Repository. Using the Windows Explorer, study the Repository tree structure. Later, you may delete the sample files.