Changes between Version 79 and Version 80 of Building/GettingTheSources
- Timestamp:
- 12/18/12 05:37:42 (5 months ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Building/GettingTheSources
v79 v80 55 55 }}} 56 56 57 where `~/ghc` is the repository you want to branch and `~/ghc-branch` is where you want to put the branch. Then use `sync-all` as before to branch the rest of the repositories. You can then use `sync-all -r <path>` to push and pull patches between your two local repository trees. 57 where `~/ghc` is the repository you want to branch and `~/ghc-branch` is where you want to put the branch. Then use `sync-all` as before to clone the rest of the repositories. Note that the `origin` for the local clone will point back to the repository that it was cloned from - if you want `origin` to point back to the main GHC repo then do this: 58 59 {{{ 60 $ ./sync-all -r http://darcs.haskell.org/ remote set-url origin 61 }}} 58 62 59 63 == Getting a branch ==
