Am Donnerstag, 29. März 2012 um 00:53:28, schrieb Pavel Sanda
> Abdelrazak Younes wrote:
> > On 21/03/2012 17:44, Jean-Marc Lasgouttes wrote:
> >> Le 21/03/2012 16:14, Vincent van Ravesteijn a écrit :
> >>> There is also a 2.0.x branch in your first clone, so you can just
> >>> cherry-pick the com
On Thu, Mar 29, 2012 at 12:53 AM, Pavel Sanda wrote:
> Abdelrazak Younes wrote:
>> On 21/03/2012 17:44, Jean-Marc Lasgouttes wrote:
>>> Le 21/03/2012 16:14, Vincent van Ravesteijn a écrit :
There is also a 2.0.x branch in your first clone, so you can just
cherry-pick the commit to master
Abdelrazak Younes wrote:
> On 21/03/2012 17:44, Jean-Marc Lasgouttes wrote:
>> Le 21/03/2012 16:14, Vincent van Ravesteijn a écrit :
>>> There is also a 2.0.x branch in your first clone, so you can just
>>> cherry-pick the commit to master directly onto this 2.0.x branch, and
>>> push from there.
>
On 21/03/2012 17:44, Jean-Marc Lasgouttes wrote:
Le 21/03/2012 16:14, Vincent van Ravesteijn a écrit :
There is also a 2.0.x branch in your first clone, so you can just
cherry-pick the commit to master directly onto this 2.0.x branch, and
push from there.
But If I want to compile both the mast
Jean-Marc Lasgouttes wrote:
> Le 22/03/12 09:44, Pavel Sanda a écrit :
>> It seems to me absurd that people who are not sure how to commit or
>> even use ssh keys are adviced to read about git internals or play
>> with git remote.
>
> Please, be polite with me! I may be an older person, but I know
On Thu, Mar 22, 2012 at 9:44 AM, Pavel Sanda wrote:
> Lars Gullik Bj?nnes wrote:
> > | 1. Checkout full repo
> > | git clone g...@git.lyx.org:lyx trunk
> > | 2. Full mirror of branch as well, not through clone
> > | cp -r trunk branch; cd branch
> >
> > No...
> > (perhaps... it does not s
Le 22/03/12 09:44, Pavel Sanda a écrit :
It seems to me absurd that people who are not sure how to commit or
even use ssh keys are adviced to read about git internals or play
with git remote.
Please, be polite with me! I may be an older person, but I know how to
use ssh keys :)
JMarc
Lars Gullik Bj?nnes wrote:
> | 1. Checkout full repo
> | git clone g...@git.lyx.org:lyx trunk
> | 2. Full mirror of branch as well, not through clone
> | cp -r trunk branch; cd branch
>
> No...
> (perhaps... it does not seem optimal, does not take advantage that
> things are on same fs f.
Pavel Sanda writes:
| Jean-Marc Lasgouttes wrote:
>> Le 21/03/2012 16:14, Vincent van Ravesteijn a écrit :
>>> There is also a 2.0.x branch in your first clone, so you can just
>>> cherry-pick the commit to master directly onto this 2.0.x branch, and
>>> push from there.
>>
>> But If I want to co
Vincent van Ravesteijn writes:
>>> There has to be a simple way to commit a patch to branch (please
>>> tell me there is!).
>>
>
| I forgot to mention: Ideally, if we do it the git-way completely, you
| would only have to commit a patch to the 2.0.x branch. Later, the
| 2.0.x will automatically b
Il 21/03/2012 16:44, Jean-Marc Lasgouttes ha scritto:
Le 21/03/2012 16:14, Vincent van Ravesteijn a écrit :
There is also a 2.0.x branch in your first clone, so you can just
cherry-pick the commit to master directly onto this 2.0.x branch, and
push from there.
But If I want to compile both the
Jean-Marc Lasgouttes wrote:
> Le 21/03/2012 16:14, Vincent van Ravesteijn a écrit :
>> There is also a 2.0.x branch in your first clone, so you can just
>> cherry-pick the commit to master directly onto this 2.0.x branch, and
>> push from there.
>
> But If I want to compile both the master and the
Now you can push your branch to "lyx":
$ git push lyx 2.0.x
How come I have to specify "lyx 2.0.x". Isn't it possible to setup the
branch so that "git push" will do the right thing?
"git push" will by default push to the remote which is tracked by the
current branch. If the current branch
Le 21/03/2012 16:14, Vincent van Ravesteijn a écrit :
There is also a 2.0.x branch in your first clone, so you can just
cherry-pick the commit to master directly onto this 2.0.x branch, and
push from there.
But If I want to compile both the master and the branch without doing a
full rebuild ev
Le 21/03/2012 16:56, Vincent van Ravesteijn a écrit :
There has to be a simple way to commit a patch to branch (please tell
me there is!).
I forgot to mention: Ideally, if we do it the git-way completely, you
would only have to commit a patch to the 2.0.x branch. Later, the 2.0.x
will autom
There has to be a simple way to commit a patch to branch (please tell
me there is!).
I forgot to mention: Ideally, if we do it the git-way completely, you
would only have to commit a patch to the 2.0.x branch. Later, the 2.0.x
will automatically be merged into the master. This can be done,
Op 21-3-2012 15:51, Jean-Marc Lasgouttes schreef:
Le 12/03/2012 19:56, Vincent van Ravesteijn a écrit :
If you want a tree for both 2.0.x and 2.1.0svn, you can do the
following:
Assume you have a git clone in /lyx, you can clone this with
git clone -s -b 2.0.x /lyx /lyx20x
This will clone yo
Le 12/03/2012 19:56, Vincent van Ravesteijn a écrit :
If you want a tree for both 2.0.x and 2.1.0svn, you can do the following:
Assume you have a git clone in /lyx, you can clone this with
git clone -s -b 2.0.x /lyx /lyx20x
This will clone your repo, but it will reuse the objects. This means
t
Richard Heck writes:
| On 03/14/2012 07:13 PM, Lars Gullik Bjønnes wrote:
>> Vincent van Ravesteijn writes:
>>
>> | How can you make your repo public ? (without the need of specifying
>> | all devs in the setperms)
>>
>> The special user "@all", gives every one with ssh keys access. "daemon"
>>
On 03/14/2012 07:13 PM, Lars Gullik Bjønnes wrote:
Vincent van Ravesteijn writes:
| How can you make your repo public ? (without the need of specifying
| all devs in the setperms)
The special user "@all", gives every one with ssh keys access. "daemon"
enables anon access through git://..., "gi
Vincent van Ravesteijn writes:
>> | How can I assign rewrite or forced updates right to me for my own clone ?
>>
>> You can't. But that you can't is a misconfiguration on my side. The
>> creator of that clone should have all rights.
>>
>> I'll fix this.
>
| Thanks, it's ok now.
>
>> You can give
| How can I assign rewrite or forced updates right to me for my own clone ?
You can't. But that you can't is a misconfiguration on my side. The
creator of that clone should have all rights.
I'll fix this.
Thanks, it's ok now.
You can give basic write and read access to others, but no rewin
Op 14-3-2012 14:59, Jean-Marc Lasgouttes schreef:
Le 12/03/2012 19:56, Vincent van Ravesteijn a écrit :
If you want a tree for both 2.0.x and 2.1.0svn, you can do the
following:
Assume you have a git clone in /lyx, you can clone this with
git clone -s -b 2.0.x /lyx /lyx20x
This will clone yo
Le 12/03/2012 19:56, Vincent van Ravesteijn a écrit :
If you want a tree for both 2.0.x and 2.1.0svn, you can do the following:
Assume you have a git clone in /lyx, you can clone this with
git clone -s -b 2.0.x /lyx /lyx20x
This will clone your repo, but it will reuse the objects. This means
t
Vincent van Ravesteijn writes:
>> | After that I will gradually make the new repo more and more accessiable:
>> | -> add to gitweb
>>
>> added, viewable at http://git.lyx.org/
>>
>> | -> add to daemon (enable + add)
>>
>> added, anon access to close with
>>
>> git clone git://git.lyx.org/lyx
>>
| After that I will gradually make the new repo more and more accessiable:
| -> add to gitweb
added, viewable at http://git.lyx.org/
| -> add to daemon (enable + add)
added, anon access to close with
git clone git://git.lyx.org/lyx
is now enabled.
How can I assign rewrite or forced update
First, you have to do
git checkout 2.0.x
This will create the branch from the upstream branch.
Vincent
Op 13 mrt. 2012 07:26 schreef "Stephan Witt" het volgende:
>
> Am 12.03.2012 um 19:56 schrieb Vincent van Ravesteijn:
>
> > Op 11-3-2012 22:43, Richard Heck schreef:
> >> On 03/11/2012 05:37
Am 12.03.2012 um 19:56 schrieb Vincent van Ravesteijn:
> Op 11-3-2012 22:43, Richard Heck schreef:
>> On 03/11/2012 05:37 PM, Richard Heck wrote:
>>> On 03/11/2012 12:59 PM, Lars Gullik Bjønnes wrote:
lar...@gullik.org (Lars Gullik Bjønnes) writes:
| | 5. Enable the new lyx-devel
Op 12-3-2012 20:17, Lars Gullik Bjønnes schreef:
Vincent van Ravesteijn writes:
| Op 12-3-2012 0:44, Lars Gullik Bjønnes schreef:
- fork the lyx repo:
$ ssh g...@git.lyx.org fork lyx developers/larsbj/lyx
| My personal repo does not appear in gitweb. Is it supposed to ?
It
Vincent van Ravesteijn writes:
| Op 11-3-2012 22:43, Richard Heck schreef:
>> On 03/11/2012 05:37 PM, Richard Heck wrote:
>>> On 03/11/2012 12:59 PM, Lars Gullik Bjønnes wrote:
lar...@gullik.org (Lars Gullik Bjønnes) writes:
| | 5. Enable the new lyx-devel git repo at git.lyx.org.
Vincent van Ravesteijn writes:
| Op 12-3-2012 0:44, Lars Gullik Bjønnes schreef:
>>- fork the lyx repo:
>> $ ssh g...@git.lyx.org fork lyx developers/larsbj/lyx
>
| My personal repo does not appear in gitweb. Is it supposed to ?
It will only appear there if you give "gitweb" re
Op 12-3-2012 0:44, Lars Gullik Bjønnes schreef:
- fork the lyx repo:
$ ssh g...@git.lyx.org fork lyx developers/larsbj/lyx
My personal repo does not appear in gitweb. Is it supposed to ?
Vincent
Op 12-3-2012 18:15, Rob Oakes schreef:
On Mar 12, 2012, at 10:59 AM, Abdelrazak Younes wrote:
The main repo would be automatically synchronized (only the 2.0 and
2.1 branches); either via a git hook or a cron script at server side.
The cron idea is better if only we had some automatic regressio
Op 11-3-2012 22:43, Richard Heck schreef:
On 03/11/2012 05:37 PM, Richard Heck wrote:
On 03/11/2012 12:59 PM, Lars Gullik Bjønnes wrote:
lar...@gullik.org (Lars Gullik Bjønnes) writes:
| | 5. Enable the new lyx-devel git repo at git.lyx.org.
The new repo has been made available to developers,
On Mar 12, 2012, at 10:59 AM, Abdelrazak Younes wrote:
> The main repo would be automatically synchronized (only the 2.0 and
> 2.1 branches); either via a git hook or a cron script at server side.
> The cron idea is better if only we had some automatic regression
> testing in place. Then only tho
On Mon, Mar 12, 2012 at 1:03 PM, Vincent van Ravesteijn wrote:
> Op 12-3-2012 0:44, Lars Gullik Bjønnes schreef:
First of all, thank you for this work Lars, this is a truly great
achievement :-)
>> If we want to introduce a staging repo and can also be done, but we
>> shouldn't change to much at
Op 12-3-2012 0:44, Lars Gullik Bjønnes schreef:
lar...@gullik.org (Lars Gullik Bjønnes) writes:
| lar...@gullik.org (Lars Gullik Bjønnes) writes:
| | -> write access for developers (this might be moved up in the queue)
| I'll enable write access now, but with some limitations: you are not
| al
Vincent van Ravesteijn writes:
| Op 5-3-2012 1:03, Lars Gullik Bjønnes schreef:
>> I have added some more gitolite functionality.
>> (only viewable for the people that has sent me their ssh public key.)
>>
>> ssh g...@git.lyx.org help
>>
>> You will not be able to fork anything yet, but as you ca
lar...@gullik.org (Lars Gullik Bjønnes) writes:
| lar...@gullik.org (Lars Gullik Bjønnes) writes:
>
| | -> write access for developers (this might be moved up in the queue)
>
| I'll enable write access now, but with some limitations: you are not
| allowed to create new branches nor delete them. A
lar...@gullik.org (Lars Gullik Bjønnes) writes:
| -> write access for developers (this might be moved up in the queue)
I'll enable write access now, but with some limitations: you are not
allowed to create new branches nor delete them. Also history rewind is
not allowed.
Also: try to avoid poin
lar...@gullik.org (Lars Gullik Bjønnes) writes:
| -> add to trac
Trac also made available now. Might require some more work.
--
Lgb
Julien Rioux writes:
| On 11/03/2012 12:59 PM, Lars Gullik Bjønnes wrote:
>> lar...@gullik.org (Lars Gullik Bjønnes) writes:
>>
>> | | 5. Enable the new lyx-devel git repo at git.lyx.org.
>>
>> The new repo has been made available to developers, and the git
>> installation has opend up for develo
On 11/03/2012 12:59 PM, Lars Gullik Bjønnes wrote:
lar...@gullik.org (Lars Gullik Bjønnes) writes:
| | 5. Enable the new lyx-devel git repo at git.lyx.org.
The new repo has been made available to developers, and the git
installation has opend up for developers to create their own repos and
fork
On 03/11/2012 05:37 PM, Richard Heck wrote:
On 03/11/2012 12:59 PM, Lars Gullik Bjønnes wrote:
lar...@gullik.org (Lars Gullik Bjønnes) writes:
| | 5. Enable the new lyx-devel git repo at git.lyx.org.
The new repo has been made available to developers, and the git
installation has opend up for
On 03/11/2012 12:59 PM, Lars Gullik Bjønnes wrote:
lar...@gullik.org (Lars Gullik Bjønnes) writes:
| | 5. Enable the new lyx-devel git repo at git.lyx.org.
The new repo has been made available to developers, and the git
installation has opend up for developers to create their own repos and
fork
lar...@gullik.org (Lars Gullik Bjønnes) writes:
| | 5. Enable the new lyx-devel git repo at git.lyx.org.
>
| After that I will gradually make the new repo more and more accessiable:
| -> add to gitweb
added, viewable at http://git.lyx.org/
| -> add to daemon (enable + add)
added, anon access to
lar...@gullik.org (Lars Gullik Bjønnes) writes:
| | 5. Enable the new lyx-devel git repo at git.lyx.org.
The new repo has been made available to developers, and the git
installation has opend up for developers to create their own repos and
forks.
Developers that have registered their public keys
As of now the subversion repo is read-only. (the lyx-devel part of it.)
I'm waiting to see the lyx repo to appear on gitolite:)..
Vincent
lar...@gullik.org (Lars Gullik Bjønnes) writes:
| Lars Gullik Bjønnes writes:
>
| | 3. Cleanup and verify the svn->git conversion that I already have in place.
| | - Unless I have to redo anything this will be quite easy.
>>
| | 4. Make the subversion repo read-only
>
| I am pretty much rea
Lars Gullik Bjønnes writes:
| 3. Cleanup and verify the svn->git conversion that I already have in place.
| - Unless I have to redo anything this will be quite easy.
>
| 4. Make the subversion repo read-only
I am pretty much ready to do this now.
>From the moment I turn off the svn repo (r
Lars Gullik Bjønnes writes:
| 2. See if we can get the trac connection setup.
| - Should just be config, and a another hook to get updates to
| the repo signaled to trac.
I have added the git testing repo to trac. It seems to work fine. I have
not added any trac specific hooks, but I'll to
Richard Heck writes:
| On 03/08/2012 04:47 AM, Lars Gullik Bjønnes wrote:
>> Lars Gullik Bjønnes writes:
>>
>> | I have added some more gitolite functionality.
>> | (only viewable for the people that has sent me their ssh public key.)
>> | ssh g...@git.lyx.org help
>> | You will not be able to f
This is now in place. I will have to test it a bit more though, I think
it is ok for us, but I will add a status blurb at bottom of mail with
something similar to "git diff --stat" content.
Is it possible to have the commit itself in the emails, as we do now?
Via, e.g., git diff HEAD^?
Richar
On 03/08/2012 04:47 AM, Lars Gullik Bjønnes wrote:
Lars Gullik Bjønnes writes:
| I have added some more gitolite functionality.
| (only viewable for the people that has sent me their ssh public key.)
| ssh g...@git.lyx.org help
| You will not be able to fork anything yet, but as you can see at
Lars Gullik Bjønnes writes:
| I have added some more gitolite functionality.
| (only viewable for the people that has sent me their ssh public key.)
>
| ssh g...@git.lyx.org help
>
| You will not be able to fork anything yet, but as you can see at
>
| http://git.lyx.org/
>
| this is basically wha
Vincent van Ravesteijn writes:
| Op 5-3-2012 1:03, Lars Gullik Bjønnes schreef:
>> I have added some more gitolite functionality.
>> (only viewable for the people that has sent me their ssh public key.)
>>
>> ssh g...@git.lyx.org help
>>
>> You will not be able to fork anything yet, but as you ca
Op 5-3-2012 12:27, Vincent van Ravesteijn schreef:
Op 5-3-2012 1:03, Lars Gullik Bjønnes schreef:
I have added some more gitolite functionality.
(only viewable for the people that has sent me their ssh public key.)
ssh g...@git.lyx.org help
You will not be able to fork anything yet, but as you
Op 5-3-2012 1:03, Lars Gullik Bjønnes schreef:
I have added some more gitolite functionality.
(only viewable for the people that has sent me their ssh public key.)
ssh g...@git.lyx.org help
You will not be able to fork anything yet, but as you can see at
http://git.lyx.org/
Browsing the repo
Lars Gullik Bjønnes writes:
| I created a git-us...@lyx.org group to have somewhere to send
| git/gitolite specific information, that
| group has been Bcc'ed on this mail.
It seems that the Bcc'ing didn't work so well.
meh.
I have added some more gitolite functionality.
(only viewable for the people that has sent me their ssh public key.)
ssh g...@git.lyx.org help
You will not be able to fork anything yet, but as you can see at
http://git.lyx.org/
this is basically what it will look like.
The plan forward is:
1.
60 matches
Mail list logo