Community
Participate
Working Groups
As part of bug 368844 the R4E sources will move into a separate Git repository. The following directories should be removed from the org.eclipse.mylyn.reviews.git repository: framework/org.eclipse.mylyn.reviews.frame.core r4e
Commands to run on build.eclipse.org: pre.. git clone --mirror /gitroot/mylyn/org.eclipse.mylyn.reviews.git cd org.eclipse.mylyn.reviews.git git remote rm origin git filter-branch --index-filter "git rm -r -f --cached --ignore-unmatch scm r4e framework/org.eclipse.mylyn.reviews.frame.core" --prune-empty -f -- --all git filter-branch -f --prune-empty --tag-name-filter cat -- --all rm -rf refs/original/ git reflog expire --expire=now --all git gc --aggressive --prune=now git remote add origin /gitroot/mylyn/org.eclipse.mylyn.reviews.new.git mv /gitroot/mylyn/org.eclipse.mylyn.reviews.new.git/hooks/update /gitroot/mylyn/org.eclipse.mylyn.reviews.new.git/hooks/update.disabled git push --mirror
I have published a repository with r4e removed: git clone ssh://git.eclipse.org/gitroot/mylyn/org.eclipse.mylyn.reviews.new.git Everyone, please take a look at the repository and let me know if we can proceed with this.
Webmasters, we have verified that the separated repositories are looking good. This repository can now be removed (if possible stashing it in some backup location in case we were wrong): mv /gitroot/mylyn/org.eclipse.mylyn.reviews.git /to/some/backup/location This repository should be renamed to replace it: mv /gitroot/mylyn/org.eclipse.mylyn.reviews.new.git /gitroot/mylyn/org.eclipse.mylyn.reviews.git Thanks!
I have opened bug 370360 for this request with more details.