Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [ptp-user] project explorer display (Eclipse Iuno RC3 Build id: 20120606-2254)

On Monday, June 11, 2012 21:43:56 Dr. Christoph Pospiech wrote:
> On Monday, June 11, 2012 14:48:40 Dr. Christoph Pospiech wrote:
> > Hi,
> >
> > 
> >
> > I am currently using Eclipse Iuno RC3 (Build id: 20120606-2254) and I
> > see
> > some  effect that were not present in  Eclipse Iuno RC1. In the project
> > explorer window, I see a lot of ">" preceding a directory name like
> > this.
> >
> > 
> >
> > [icon_for_project] > seissol
> >
> >   [dir_icon] > bin
> >   [dir_icon] > lib
> >   [dir_icon] > Reference
> >   [dir_icon] > setup
> >   [dir_icon] > src
> > 
> >
> > In RC1, only those directories were flagged with ">" that contained
> > files
> > that  had been changed since the last "Egit commit".
> >
> > 
> >
> > Is there a special setting that makes Eclipse return to the old behavior
> > ?
> Hi,
> 
> I found an answer myself (you may call it a work around).
> 
> In the above case I had imported the project from a local git repository.
> This  repository was cloned from a remote git repository. If
> - the local copy of the repository is scratched,
> - if the eclipse workspace is re-created from scratch (= empty directory)
> - if the local clone of the repository is re-generated via eclipse Egit 
>    when importing the project,
> the above effect disappears.

Actually, I just found out that the .gitignore added by synchronized projects 
replication into each directory also forces each directory flagged with ">".

After executing the following command and re-indexing, the ">" disappear 
again.
"find . -name .gitignore -exec rm {} \; -print"

At least the .gitignore files should be - well - ignored by Egit.

-- 

Mit freundlichen Grüßen / Kind regards

Dr. Christoph Pospiech
High Performance & Parallel Computing
Phone: +49-351 86269826
Mobile: +49-171-765 5871
E-Mail: christoph.pospiech@xxxxxxxxxx
-------------------------------------------------------------------------------------------------------------------------------------------
IBM Deutschland GmbH / Vorsitzender des Aufsichtsrats: Martin Jetter
Geschäftsführung: Martina Koederitz (Vorsitzende), Reinhard Reschke, Dieter 
Scholz, Gregor Pillen, Joachim Heel, Christian Noll
Sitz der Gesellschaft: Ehningen / Registergericht: Amtsgericht Stuttgart, HRB 
14562 / WEEE-Reg.-Nr. DE 99369940 



Back to the top