Diego Sevilla Ruiz writes:
> 
>     I have three directories into my repository (into
> somewhere/cvsroot):
> 
> dir1
> dir2
> dir3
> 
>     When I do a "cvs update" in the parent directory, I have those
> three directories in my local copy. The problem is that it shows
> something like this:
> 
> ? dir1
> ? dir2
> ? dir3/some_file_that_is_not_in_the_repository (this is normal)
> updating .
> updating dir3
> 
>     The question is why it does not recognize the first two
> directories if the three have the same permissions, structure, etc.

I don't understand -- it sounds like you're doing the "cvs update" in
the repository instead of in a working directory.  If not, how did you
checkout dir1, dir2, and dir3?  When doing things like update, CVS
doesn't really pay any attention to the directory structure of the
working directory or the repository, it uses the contents of the CVS
subdirectory in each working directory to figure out what repository
directory it corresponds to and what subdirectories it has that need to
be processed.

-Larry Jones

It's either spectacular, unbelievable success, or crushing, hopeless
defeat!  There is no middle ground! -- Calvin

Reply via email to