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
