C:\Program Files\cvsnt
C:> mkdir c:\CVSSERVER
C:\> cvsnt.cpl
C:/CVSSERVER, but is not a valid CVS repository. Do you want to initialise it?
C:\>cvs -d:sspi:localhost:/test passwd -a some_userAdding user some_user@localhostNew password: ******Verify password: ******cvs server: *WARNING* CVS user 'some_user' will not be able to log in until they are aliased to a valid system user.
some_user:AuC4s3kI8ixcs
C:\>cvs -d:sspi:localhost:/test passwd -r SYSTEM\administrator some_userChanging repository password for some_user@localhostNew password: ******Verify password: ******
C:\CVSSERVER\>mkdir test_moduleC:\CVSSERVER\>cd test_module
C:\CVSSERVER\test_module\>notepad README.txt
test_module===========This is some dummy text.
C:\CVSSERVER\test_module\>cvs -d:pserver:some_user:password@localhost:/test import TestModule no-vendor initial-release
CVS: ----------------------------------------------------------------------CVS: Enter Log. Lines beginning with `CVS:' are removed automaticallyCVS: CVS: ----------------------------------------------------------------------just say C for continue
N tm/README.txtNo conflicts created by this import
C:\CVSSERVER\test_module\>cd \..C:\CVSSERVER>dir Directory of C:\CVSSERVER02.11.2004 23:35 <DIR> .02.11.2004 23:35 <DIR> ..02.11.2004 15:53 <DIR> CVSROOT02.11.2004 23:35 <DIR> TestModule
C:\CVSSERVER\test_module\tm>dir Directory of C:\test_repository\tm02.11.2004 23:35 <DIR> .02.11.2004 23:35 <DIR> ..02.11.2004 23:35 <DIR> CVS02.11.2004 23:35 506 README.txt,v
Disclaimer The opinions expressed herein are my own personal opinions and do not represent my employer's view in any way.