I'd install TortoiseCVS. It does not cover the whole CVS functionality, but it's the my favorite basic client.
Select the directory you want to put to the repository Rt.click on it, select CVS/make new module Rt.Click on files and directories you want to add. CVS add | CVS add all recursively does it. cvs checkout is the rt. click command to get stuff from the repository. then play with modifications, commits etc. After a while, using version control starts to feel natural. Kari -----Original Message----- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of Unknown Dude Sent: Tuesday, March 26, 2002 2:53 PM To: [EMAIL PROTECTED] Subject: Re: [Cvsnt] module question with pserver protocol So that would grab the entire source tree of the mymodule module, correct? Can you specify an individual file? cvs co mymodule sourcefiletocheckout Once I add the module to the modules file how would I add it to the repository? cvs add mymodule mysourcefile Also, if I have modified 1 of the files and I do a co on the entire module will it overwrite my changes or is it smart enough to detect that? Thanks again, Sorry for all the questions but Im trying to get all this set up in a single day. "Bo Berglund" <[EMAIL PROTECTED]> wrote in message [EMAIL PROTECTED]">news:[EMAIL PROTECTED]... > On Tue, 26 Mar 2002 19:46:31 +0000 (UTC), "Unknown Dude" > <[EMAIL PROTECTED]> wrote: > > >If I have a repository called /TEST and I want to access a module called > >mymodule, how do I set up my cvsroot on the client side > > > >cvsroot=:pserver:[EMAIL PROTECTED]:/TEST/mymodule? > >cvsroot=:pserver:[EMAIL PROTECTED]:/TEST? and then refer to the module during > >checkouts? > > > >Please advise > > > > This should do it: > set cvsroot = :pserver:[EMAIL PROTECTED]:/TEST > cvs login (enter password) > cvs co mymodule > > > > /Bo > (Bo Berglund, developer in Sweden) > _______________________________________________ > Cvsnt mailing list > [EMAIL PROTECTED] > http://www.cvsnt.org/cgi-bin/mailman/listinfo/cvsnt _______________________________________________ Cvsnt mailing list [EMAIL PROTECTED] http://www.cvsnt.org/cgi-bin/mailman/listinfo/cvsnt _______________________________________________ Cvsnt mailing list [EMAIL PROTECTED] http://www.cvsnt.org/cgi-bin/mailman/listinfo/cvsnt
