Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [eclipse-dev] Notice of a (quickly) coming change to our map file branches: Today, 5/8, 3 to 4 PM Eastern

If you do have eclipse.platform.releng.maps.git checked out you can either delete and re-clone your repo *or* you must reset your branches (do not pull).

If you had master checked out you need:

git fetch
git checkout master
git reset --hard origin/master
git checkout R3_development

If you had R4_HEAD checked out:

git fetch
git checkout master
# if you have ever checked out master you must reset it, not merge:
git reset --hard origin/master
git branch -d R4_HEAD

--
Paul Webster
Hi floor.  Make me a sammich! - GIR

Back to the top