[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-27 18:26:57 CET

McClain Looney wrote:

>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()).
>
>
>
You are right : the comment and the code are out of synch. However
behaviour is the expected one.
isMetaFile is just here to know if entries file changed and so if the
files in the managed directory needs to be updated.

The code that put a dir as team private is in handleSVNDir.

It seems that the problem occurs sometimes on Windows too.

>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 04:26:57 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.