[Savannah-users] installation qtopia

2009-04-07 Thread Bouron Pascal
Hello, I am working about Linux embedded in Phytec 3250 board (Phytec 3250 board with the LPC32XX version linux 2.6.27.8). I have installed LTIB via CVS on my computer and implemented kernel linux on target board. It is successful for this part. I have tried to build qtopia-opensource-4.3.0 usi

[Savannah-users] Re: non-fast-forward git push ?

2009-04-07 Thread Miles Bader
I posted a query to #...@freenode ("snogglethorpe" is me): 17:28 snogglethorpe: I wanted to do a non-FF push to a remote repo that doesn't allow them, but someone has pointed out that you can actually bypass the protection by doing: git push REMOTE :master ; git push REMOTE master 17:29 sn

[Savannah-users] Re: non-fast-forward git push ?

2009-04-07 Thread Miles Bader
ergh, a bit scary ... :-O Did that actually have the desired effect, of simply moving the master branch a bit? Thanks, -Miles -- Pray, v. To ask that the laws of the universe be annulled in behalf of a single petitioner confessedly unworthy.

Re: [Savannah-users] non-fast-forward git push ?

2009-04-07 Thread Thomas Schwinge
Hello! On Tue, Apr 07, 2009 at 07:33:14AM +0900, Miles Bader wrote: > Is there any way (as project admin) I can do a non-fast-forward git push > to savannah? Right now, even if I use the git-push "-f" option, I get: > >error: denying non-fast forward refs/heads/master (you should pull first)