[Lift] Re: git ouch

2009-05-29 Thread Oliver Lambert
I got that list of commands wrong, what I typed, was git clone g...@github.com:dpp/liftweb.git git branch wip-ol-immu git checkout wip-ol-immu git push origin wip-ol-immu When I do a git branch -a, I get two wip-ol-immu master * wip-ol-immu origin/1.0_maint origin/HEAD origin/master

[Lift] Re: git ouch

2009-05-29 Thread Heiko Seeberger
Oliver, But that's perfect! What's your problem? There is one LOCAL wip-ol-immu branch and one REMOTE. That's how it is expected to be for a branch you pushed. Heiko 2009/5/29 Oliver Lambert olambo...@gmail.com I got that list of commands wrong, what I typed, was git clone

[Lift] Re: git ouch

2009-05-29 Thread Oliver Lambert
I have a problem with breaking a build on my first attempt of working with git. I'm happy if I haven't, but what was concerning me was in the included image (the network line looks like wip-ol-immu is directly next to master, rather than on a separate branch - if this is normal, Im happy) On Fri,

[Lift] Re: git ouch

2009-05-29 Thread Heiko Seeberger
Hm, never looked at those images before. But I guess it is OK. Heiko 2009/5/29 Oliver Lambert olambo...@gmail.com I have a problem with breaking a build on my first attempt of working with git. I'm happy if I haven't, but what was concerning me was in the included image (the network line

[Lift] Re: git ouch

2009-05-29 Thread Timothy Perrett
Oliver, There are detailed instructions on the committer mailing list as to how to create a remote branch for lift. For reference, I include them here (originally from Mr Weir, so credit to him for being the git master!): **Creating a Remote Branch** 1. Create the remote branch git push origin

[Lift] Re: git ouch

2009-05-29 Thread Timothy Perrett
We use the committer list to discuss process orientated things like when we are going to do a release, issue management, who's working on what tasks etc etc. Its a private - committer only group that is not publicly viewable. I'll touch base with you off list :-) Cheers, Tim On May 29, 12:35 

[Lift] Re: git ouch

2009-05-28 Thread Heiko Seeberger
Some more details, please: What git commands did you enter? 2009/5/29 Oliver Lambert olambo...@gmail.com Git wouldn't let me create a branch of liftweb until I deleted and recreated my ssh keys - I believed all was good. I thought I was following the documentation, to create my own branch,

[Lift] Re: git ouch

2009-05-28 Thread Derek Chen-Becker
I just looked at Git and I show a proper branch there (wip-ol-immu) committed about 30 minutes ago. Are you seeing some error on your end? Derek On Thu, May 28, 2009 at 11:19 PM, Oliver Lambert olambo...@gmail.comwrote: Git wouldn't let me create a branch of liftweb until I deleted and

[Lift] Re: git ouch

2009-05-28 Thread Oliver Lambert
The following sequence, without various commits git clone g...@github.com:dpp/liftweb.git git branch wip-ol-immugit checkout wip-ol-immu git checkout wip-ol-immu git push origin wip-ol-immu The git network now looks wrong. Where did I stuff up? On Fri, May 29, 2009 at 3:29 PM, Heiko Seeberger

[Lift] Re: git ouch

2009-05-28 Thread Oliver Lambert
When I look at the liftweb network graph, it looks like I'm working on the main liftweb master line and have renamed it. On Fri, May 29, 2009 at 3:38 PM, Derek Chen-Becker dchenbec...@gmail.comwrote: I just looked at Git and I show a proper branch there (wip-ol-immu) committed about 30 minutes