Hi!

>I have files in a CVS repository under the directory "cvsroot/sc/etc".  =
>If I run the command "cvs checkout sc/etc" the files get placed in the =
>current directrory, in the *same* directory structure (i.e. "sc/etc/").  =
>How can I place those files in different directory strructure, (e.g =
>"etc").


Which client are you using? If you are using WinCVS it has a checkbox for
overriding the local directory with another name for the checked oput
sources.

If you are working on a linux/unix variant please use the command.

cvs checkout -P -d cdf abc/etc

where abc is th anme of the module in the repository and cdf is the name
with which you wish to check it out as.

Gagneet



_______________________________________________
Info-cvs mailing list
[EMAIL PROTECTED]
http://mail.gnu.org/mailman/listinfo/info-cvs

Reply via email to