[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: Acheson, Douglas <douglas.acheson_at_rbc.com>
Date: Mon, 7 Jul 2008 10:19:03 -0400

As I have found ,the derived flag is turned on by the creator (most
likely) of the file. I am writing a patch/fix that is similar to the
defer delete file; if a certain svn property is found (prolly
ignoreIsDerived) it will ignore the isDerived flag (hope that makes
sense)

dwfa

-----Original Message-----
From: David A. Lee [mailto:dlee_at_calldei.com]
Sent: 2008, July, 07 10:08 AM
To: users_at_subclipse.tigris.org
Subject: Re: [Subclipse-users] eclipse + subeclipse + javacc - ingoring
auto-generated java code.

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

_______________________________________________________________________

This e-mail may be privileged and/or confidential, and the sender does not waive any related rights and obligations.
Any distribution, use or copying of this e-mail or the information it contains by other than an intended recipient is unauthorized.
If you received this e-mail in error, please advise me (by return e-mail or otherwise) immediately.

Ce courrier électronique est confidentiel et protégé. L'expéditeur ne renonce pas aux droits et obligations qui s'y rapportent.
Toute diffusion, utilisation ou copie de ce message ou des renseignements qu'il contient par une personne autre que le (les) destinataire(s) désigné(s) est interdite.
Si vous recevez ce courrier électronique par erreur, veuillez m'en aviser immédiatement, par retour de courrier électronique ou par un autre moyen.

---------------------------------------------------------------------
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:20:17 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.