2020-09-02 - Initiative-17 - Norman Merril
Date
Attendees
- @a user
- Norman Merrill
Agenda/Notes
- His eclipse work location is h:\reporting\reports\active
- Reviewed Eclipse on my computer showing that performance isn't an issue (at least on mine)
- The version of eGit is slightly different then what is built into the eclipse oxegen 3.a version (2018!) that I am running
- When I choose Create a new repository i have fields "Repository Directory" - It gave me a warning that files exist in the directory I chose. I am using git integration for Eclipse 5.8.1.20200714144...
- When Norman chose to Create a new Repository it prompted "Name" and "Directory" - it would not allow him to create a repository in a directory that already had files. The work around was we created a fake repository location, and then moved it to the proper location. 3.0.3.2013, 2.02.2014
- The
- Reset the environment.
- We erased the \Active folder and replaced it with \Active - Copy
- Did a clone from repository. This wizard had the same restriction in that we couldn't set the directory to match the \active folder so we set it to \active_git. However it did give us a local branch develop
- Ended meeting we still need to
- move git working directory to \matching
- test the push, pull functions
- set the application folders to match the new structure being defined by Norman.
Issues
- double click origin/develop does not work - it appears to lock up
- Middle August - Norm rearranged some files, thus the directory on his computer is different then BB. He made a backup just in case. (Yay)
- Version of Eclipse is old
- From Michelle on 9/3 - Kepler is the latest version supported with BIRT 4.3.1. - which is the version supported with Maximo 7.6.
- Also from Michelle on 9/3 - I did some research and found out that Maximo 7.6.1. is still using BIRT 4.3.1.
Things to try regarding speed
- remove the .gitignore file
- change windows cache limit and database from 10m to 100m
- 9/2 - tried this, didn't seem to fix the performance problem during the clone.
- do a git status
- 9/2 - tried this. the output shown that it had rebuilt an index, then it gave a no head warning.
- Birt suggests you start eclipse with -clean
Notes
- https://stackoverflow.com/questions/28852521/egit-making-luna-very-slow-performance-issues - gives setup parameter settings.
- https://stackoverflow.com/questions/316265/how-can-you-speed-up-eclipse - General tips for getting the best performance out of Eclipse. Has notes starting in 2009, as recent as June 2020.
- https://bugs.eclipse.org/bugs/show_bug.cgi?id=456996 - lots of text. suggests .gitconfig might be a bottle neck if running over a network.
- http://www.nicolasbize.com/blog/7-tips-to-speed-up-eclipse/ - advise for speeding up eclipse - tip 6 suggests using GIT CLI
- https://wiki.eclipse.org/EGit/Git_For_Eclipse_Users - Git documentation
- Birt - https://www.eclipse.org/birt/documentation/install.php - Birt discussions
Action items
- For Birt - and the current version of maxiom 7.6.0.10 - which version of Eclipse should we use.