[Cvsnt] Installation of CVSNT

christian chatelain christian.chatelain at atosorigin.com
Fri Mar 8 14:03:21 GMT 2002



Blair Christensen a écrit :

> Is there anyone who has a COMPLETE set of installation instructions for
> installing both the server and the client for CVS?  What I have seen lacks
> thorough instructions and relies on you having used the system before.  What
> I need is something that makes NO inferences about my knowledge (or lack of
> it) and walks through everything.  Screen shots would be nice, but can be
> substituted for by explicit instructions.  I am NOT a UNIX/Linux user.  I am
> an NT Admin.
>
> I am trying to set up CVS on a brand new installation of Windows NT 4.0
> SP6a.  I think I have installed the server, but can't find the syntax to
> correctly connect from a client.  The server is called MW_RW and currently
> has two two repositories:  c:\CVS and c:\sandbox which are registered and
> show up when I bring up CVSNT from the control panel applet.
>
> When I try to connect from the client, the farthest I've been able to get is
> with the following:
>
> cvs -d :pserver:mw_rw:cvs login
>
> it allows me to login, then says there is no repository.  If I change the
> repository to /cvs or c:/cvs, the command freaks out and doesn't execute.

I have the same problem when trying to access a repository located on a NT
platform. The platform from which i try to connect is a Unix one.

For me the following command succeed:
cvs -d :pserver:mw_rw:/d//cvsrr login
where d:\cvsrr is my repository path.

Before this i have try different solutions as
cvs -d :pserver:log_name:@mw_rw:/d//cvsrr login

but none works.
I don't know also how could be named in this command_line a repository located
more deeper, for example one located on d:\cvsrr\repository.
I tried
cvs -d :pserver:mw_rw:/d//cvsrr/repository login
it didn't work, then
cvs -d :pserver:mw_rw:/d//cvsrr\\repository login
it didn't work too.

Any suggestion will be welcomed.



_______________________________________________
Cvsnt mailing list
Cvsnt at cvsnt.org
http://www.cvsnt.org/cgi-bin/mailman/listinfo/cvsnt



More information about the cvsnt mailing list