Hi, I have a repository on Unix server and developers are using cvs client (pserver method) on their sandboxes (Unix and Windows) to check out the directories/files from the module on server. Is there any way to get rid of creating whole structure of directories on sandboxes while checking out a particular subdirectory inside module .I just want to checkout the subdirectory inside the module into my home directory in sandboxes without creating the whole structure starting the module name.
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) I will appreciate for any workaround for this. Thanks inadvance, -Raghav _______________________________________________ Info-cvs mailing list [EMAIL PROTECTED] http://mail.gnu.org/mailman/listinfo/info-cvs
