[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

Re: SynchFileChangeListener.isMetaFile()

From: Cédric Chabanois <cchabanois_at_no-log.org>
Date: 2004-02-28 00:53:50 CET

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

This is an archived mail posted to the Subclipse Dev mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.