Any idea how to Un-mark "Derived" flag in eclipse ?
What you describe seems exactly like what I'm seeing. The 3 files in
question show the "parent" file within parenthesis so somehow it 'knows'
that these files are auto-generated.
> On Mon, Jul 7, 2008 at 7:35 AM, David A. Lee <dlee_at_calldei.com> wrote:
>> I have Eclipse 3.3 with SVN plug-in 1.2.4
>> I'm not sure if this problem is with eclipse, svn or javacc so I'm
>> starting
>> here ... please excuse my ignorance.
>
> As Douglas indicated, assuming you can find his thread in the
> archives, the problem is likely that these files are marked as
> "Derived" within Eclipse. Team providers automatically ignore all
> such files.
>
> The Subclipse code could be restructured so that files that are
> Derived, but under source control work properly. The reason we do not
> is for performance. The Derived check is very fast and allows us to
> short-circuit the expensive Subversion status checks. If we remove
> this, then for all the people that do not need this feature but have
> thousands of .class files, we will be checking the Subversion status
> unnecessarily.
>
> --
> Thanks
>
> Mark Phippard
> http://markphip.blogspot.com/
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscribe_at_subclipse.tigris.org
> For additional commands, e-mail: users-help_at_subclipse.tigris.org
>
---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe_at_subclipse.tigris.org
For additional commands, e-mail: users-help_at_subclipse.tigris.org
Received on 2008-07-07 16:08:31 CEST