Closed GoogleCodeExporter closed 8 years ago
I cannot read the attachment, but I have noticed that commit may be slow
sometimes and
especially so on windows. From your analysis it appears we are doing too much
work.
This sounds reasonable. We haven't done any optimization here.
I agree that this performance issue is bad enough to qualify as a bug.
Original comment by robin.ro...@gmail.com
on 26 Jun 2009 at 7:41
I don't know if this is the same bug, but using EGit 0.5.0, when I try to add
files to
Git or commit my changes, the process takes ages even for a single small
project.
While EGit is committing or adding I notice that in the projects .git directory
the file index.tmp gets created and immediately deleted again, while the index
file is
constantly shrinking in size.
Original comment by Martin.Mauch@gmail.com
on 2 Jul 2009 at 10:31
I don't think we need any more analysis here. Patches we need. Part one of that
patch
set would be to stop using the old GitIndex class completely, but more than
that may
be needed and any further analysis should by done on the DirCache classes once
commit
starts using them,
Original comment by robin.ro...@gmail.com
on 2 Jul 2009 at 3:36
Fixed in dcd931cb2f0d39bb9cfbb4d2206fe08e34eeaed9
Original comment by robin.ro...@gmail.com
on 13 Jul 2010 at 8:58
This bug is marked as 'fixed.' But I'm experiencing painful latency running
the commit operation.
I have one project connected with Egit. And whenever I choose "Commit" from
the Team menu, it takes a full minute before the dialog opens.
I'm using the Egit nightly build 0.9.0.20100812 on Mac/Helios.
Original comment by inertia1...@gmail.com
on 13 Aug 2010 at 10:00
Original issue reported on code.google.com by
cedric.b...@gmail.com
on 26 Jun 2009 at 2:14Attachments: