It seems like this is not a problem on Windows 2000 to use absolute pathname when exporting from the repository. Is there a explanation for that..??
Best regars, Ole Thomas Naeringsrud -----Original Message----- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] Sent: 19. februar 2002 19:07 To: [EMAIL PROTECTED] Cc: [EMAIL PROTECTED] Subject: Re: Any way to checkout subdirectories inside the module without crea Datla, Raghav writes: > > I am able to get rid of that with -d option ( cvs co -d homedirectory > path_to_subdirectory) if try on the local system where repostory resides, > but not sucessful in doing that from client machine( cvs -d > :pserver:[EMAIL PROTECTED]:/f1s7_16267/tools/Techs-Ops/cvsroot co -d > /home/rdatla Idw/create_scripts/exports) Always use a relative pathname for -d, not an absolute pathname. So: cd /home cvs co -d rdatla Idw/create_scripts/exports -Larry Jones Honey, are we out of aspirin again? -- Calvin's Dad _______________________________________________ Info-cvs mailing list [EMAIL PROTECTED] http://mail.gnu.org/mailman/listinfo/info-cvs _______________________________________________ Info-cvs mailing list [EMAIL PROTECTED] http://mail.gnu.org/mailman/listinfo/info-cvs
