info-cvs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Any way to checkout subdirectories inside the module without crea


From: Larry Jones
Subject: Re: Any way to checkout subdirectories inside the module without crea
Date: Tue, 19 Feb 2002 13:06:46 -0500 (EST)

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:address@hidden:/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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]