I'm encountering a pretty strange problem when defining a module in 
conjunction with checkout and export.

I have the following directory structure:

dir1
        dir2
                file4
        file1
        file2
        file3

I define the module as follows:

finalProduct    dir1 dir2 file2  (thus I want to grab dir2 and file2 only for 
my distribution)

If I "checkout" this module then it works as expected. However, if I 
"export" this module, dir2 will contain my whole repository (eg CVSROOT dir 
and other root directories from the repository).

I found the problem only occurs if I mix directories and files in the 
module specification.

What am I doing wrong?

dino


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

Reply via email to