The ‘Sources’ directory was renamed ‘s’ for the cvs import operation. This is to make room for the CVS repository which will be created using the original names.
p:\Nettest
\s
\applications
\components
\globals
\glyphs
\menus
\other
\registers
\subsystems
\sub-types
\tables
\templates
\type-libraries
In this example we have installed CVS onto s:\ (a shared network drive). This directory must be added to the PATH that windows uses to find executable programs, and another environment variable must be created to indicate where the CVS repository will be created.
You can execute these commands from the DOS prompt or insert it into your autoexec.bat file (for Windows 95/98) or use the system control panel in Windows NT to update the PATH environment variable.
set PATH=S:\;%PATH%
set CVSROOT=:local:p:\nettest\controlled_sources
The following cvs operations were performed from the p:\nettest\s directory.