Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[egit-dev] Skip spurious checkouts?

Hi!

Out of frustration (again :)), i have created a small-ish (possibly incomplete and pretty untested) "improvement", and wanted to hear how you all feel about this:

i want to skip all the work that is done when checking out a revision (or create a new branch and check it out), if the underlying Rev is the same as the current HEAD rev. Also I'm skipping the refresh of all the projects (it _hurts_ with >600 projects!). Is there something that i don't see and that would prevent me from doing so?

It does work to switch and create branches with this change, but thats all i tested so far - going to run a few tests now... :D

The related changes are [1] and [2].

[1] https://git.eclipse.org/r/#/c/5323/
[2] https://git.eclipse.org/r/#/c/5322/

Regards, Thanks for opinions :)
Markus


Back to the top