The problem is that Egit/Eclipse is very slow at dealing with big Java projects (~2,000k files). Very slow means following on a windows 7/quad core/SSD setup:
- 60 seconds for drawing the commit window
- another 30 s for doing the commit (would be acceptable)
- 60 s for drawing the push window (changes view)
- another 120 s for pushing (would be acceptable, too)
- 1,620 s (27 m) to synchronize between two branches (both have been checked out sometime)
For a productive environment this times are not acceptable. I don't think I'm doing something wrong, because testing everything on a completely new project results in "real world" performance.
Is this usual?