I'm using NuSphere as a single user and am having difficulty understanding the some of the CVS terminology. My working environment is a single workstation which is not connected to a local network. It is my understanding that I can define a CVS repository on my disk drive C:, however the documentation states:
Quote: |
Initialize a CVS repository to enable it to accept file check-ins:
• under Windows: cvs -d ":<accessmethod>:c:\cvs\repository" init
• under Linux: cvs -d ":<accessmethod>:/var/cvs/repository" init
where <accessmethod> is one of the local pserver:username@remotehost or ext:username@remotehost. |
These initialization instructions don’t seem to be relevant when the repository resides on the same PC as the working files. How would one set up a repository on my local disk drive?
Any guidance would be appreciated.