Community technical support mailing list was retired 2010 and replaced with a professional technical support team. For assistance please contact: Pre-sales Technical support via email to sales@march-hare.com.
Try to import a dummy file first. This creates your module on the repository. Afterwards checkout the module just created, remove the dummy file and start adding the real files. Hope this helps :-) -- Kevin Agius "Mike Burkhouse" <mburkhouse at consultantsnetwork.com> wrote in message news:mailman.212.1083850340.235.cvsnt at cvsnt.org... Hi All, This is my first CVS installation and I have some issues that I haven't been able to figure out on my own. I hope someone can help. Environment: Server: Win2K Advanced Server CVSnt 2.0.41 Client: WinXP Pro Wincvs Connection over local area network (for now) On the server, I created a repository at E:\CVS and initialized it with the command Cvs -d e:\cvs init Doing this created a subdirectory CVSROOT under CVS [E:\CVS\CVSROOT]. In the CVSnt Service Control Panel application, the following apply: Repositories Tab: Repository Prefix = False Valid Repository Roots = E:/CVS/CVSROOT >From the client: Authentication = pserver Path = E:/CVS/CVSROOT Host Address = 10.0.1.251 User Name = mdb:password CVSROOT = mdb:password at 10.0.1.251:E:/CVS/CVSROOT Force using the CVSROOT (-d) = True When I log in, I get ***** CVS exited normally with code 0 ***** Is that correct? When I try to put something to the repository, I get cvs add: cannot open CVS/Entries for reading: No such file or directory cvs [add aborted]: no repository ***** CVS exited normally with code 1 ***** Can someone help me figure out why I get the no repository error and what I can do to fix it? Best Regards, Mike