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

SynchFileChangeListener.isMetaFile()

From: McClain Looney <m_at_loonsoft.com>
Date: 2004-02-27 18:13:53 CET

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?

-- 
McClain Looney
LoonSoft LLC
m@loonsoft.com
Received on Sat Feb 28 04:13:53 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.