Although your correction works, I still want to know why .svn dirs are
sometimes copied to output directory whereas they should be marked as
team-private.
But when I try to test, the problem is difficult to reproduce.
Do you know how I can reproduce the problem with a simple project ?
Cédric
>Hello all,
>
>I've been looking into the .svn resource copying issue on unix, and have come
>across SynchFileChangeListener.isMetaFile(IResource resource).
>
>It appears to me the code and the comment are out of synch. the comment says a
>metafile is any file whose parent is a team private dir, but the code
>specifies that only files named "entries" qualify (the logical AND with
>name.equals()).
>
>Thusly, I think everything gets copied out to the output dir except
>the .svn/entries file.
>
>Is this the desired behavior? Am I reading this right?
>
>
>
Received on Sat Feb 28 10:53:50 2004