> -----Original Message-----
> From: Ortwin Gl�ck [mailto:[EMAIL PROTECTED]
> Sent: 22 October 2003 16:32
> To: Jakarta General List
> Subject: Re: Deleting or archiving directories in CVS
> 
> 
> BAZLEY, Sebastian wrote:
> > I'm using Eclipse 2.1.1, in case that is relevant here.
> > The top-level dir (docs) is in .cvsignore, so that is not 
> flagged as being
> > out of synch, but all the subdirectories and files are 
> compared, and the
> > result is that all the contents are shown as being new files.
> 
> This is a clear misbehaviour of Eclipse.
> 
> You should try the workaround:
>   - exit Eclipse
>   - manually remove CVS information from all directories under docs/:
>     cd docs && rm -rf `find -type d -name CVS`
>   - startup Eclipse
>   - refresh
>   - exit Eclipse
>   - startup Eclipse
>   - synchronize

I removed the entire docs tree, which is what the ant build script does on a
full build.

Eclipse synchronize ignores the docs directory when it is not present.
Eclipse also ignores entire directory trees if the top level is in
.cvsignore and the tree is not in CVS. 
So far, so good.

But if I create and populate the docs directory, the synchronize process
picks up everything under docs.

The difference is that docs is in CVS; Eclipse does not ignore CVS in this
case.

Now I thought .cvsignore files only applied to the current directory, so
that there is a case for saying that Eclipse should check CVS for
sub-directories?

I'm confused!

S.

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to