| Summary: | flatten structure of Mylyn Review repository | ||
|---|---|---|---|
| Product: | z_Archived | Reporter: | Steffen Pingel <steffen.pingel> |
| Component: | Mylyn | Assignee: | Steffen Pingel <steffen.pingel> |
| Status: | RESOLVED FIXED | QA Contact: | |
| Severity: | enhancement | ||
| Priority: | P3 | CC: | kilian.matt, mario.bernhart, sascha.scholz |
| Version: | 0.8 | ||
| Target Milestone: | 0.9 | ||
| Hardware: | PC | ||
| OS: | Windows Vista | ||
| Whiteboard: | |||
|
Description
Steffen Pingel
ok pre.. git clone --mirror git://git.eclipse.org/gitroot/mylyn/org.eclipse.mylyn.reviews.git cd org.eclipse.mylyn.reviews.git # remove R4E 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 # clean commits 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 mv framework/org.eclipse.mylyn.reviews.* gerrit/org.eclipse.mylyn.gerrit.* releng/org.eclipse.mylyn.reviews.site . git rm -rf framework/ gerrit/ versions/ I'll decouple the structure changes from the R4E move. I have filed bug 369630 to track updating of the org.eclipse.mylyn.reviews repository. I have pushed a portion of the proposed changes to the org.eclipse.mylyn.reviews.new repository. I have removed the gerrit/ framework/ releng/ and versions/ directories and moved the contained bundles to the top-level. I have left the tbr/ directory untouched. Kilian, I'll leave it to you to decide whether you want to implement the remaining changes proposed in the description. |