2011/4/13 José Pedro Magalhães <j...@cs.uu.nl>

> Hi Simon,
>
> 2011/4/12 Simon Peyton-Jones <simo...@microsoft.com>
>
>>  I believe I’ve made a new branch
>>
>>                 ghc-generics
>>
>> in the Git repos for
>>
>>                 ghc
>>
>>                 ghc-prim
>>
>>                 base
>>
>> that reflects the current state of the Darcs repos.
>>
>
> Thanks!
>
>
>>    See if you can get them (into a fresh tree),
>>
>
> Right, but how can I do this? Unfortunately the instructions in
> http://hackage.haskell.org/trac/ghc/wiki/Building/GettingTheSources say
> TODO...
>

get ghc as above, then:

$ git checkout ghc-generics

for each repo:

$ cd libraries/ghc-prim ; git checkout ghc-generics ; cd ../..

We should probably add a sync-all command for "checkout" which does nothing
if the branch does not exist.



>
> Thanks,
> Pedro
>
>
>>  and confirm they are up to date wrt your changes. (If you have any local
>> unpushed changes, it won’t include them of course).
>>
>>
>> Simon
>>
>>
>>
>
> _______________________________________________
> Cvs-ghc mailing list
> Cvs-ghc@haskell.org
> http://www.haskell.org/mailman/listinfo/cvs-ghc
>
>


-- 
Push the envelope. Watch it bend.
_______________________________________________
Cvs-ghc mailing list
Cvs-ghc@haskell.org
http://www.haskell.org/mailman/listinfo/cvs-ghc

Reply via email to