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

Re: [Subclipse-users] eclipse + subeclipse + javacc - ingoring auto-generated java code.

From: Mark Phippard <markphip_at_gmail.com>
Date: Mon, 7 Jul 2008 10:06:17 -0400

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
Received on 2008-07-07 16:06:35 CEST

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

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