Re: Procedure for porting patch to latest trunk

2014-04-30 Thread Richard Heck
On 04/29/2014 10:07 PM, Sushant Raikar wrote: When I try to do | git clone gitATgit.lyx.org:lyx | |its asking for gitATgit.lyx.org 's password: | |what is the password required if I want to clone the repo? | |You should just do: gi

Re: Procedure for porting patch to latest trunk

2014-04-29 Thread Sushant Raikar
When I try to do git clone gitATgit.lyx.org:lyx its asking for gitATgit.lyx.org's password: what is the password required if I want to clone the repo? On Wed, Apr 30, 2014 at 2:42 AM, Tommaso Cucinotta wrote: > On 29/04/14 08:07, Sushant Raikar wrote: > > I am not so comfortable with git,

Re: Procedure for porting patch to latest trunk

2014-04-29 Thread Tommaso Cucinotta
On 29/04/14 08:07, Sushant Raikar wrote: > I am not so comfortable with git, I see you already got explanations from others -- that's the advantage of the list, as you can see -- and, btw, Vincent's is THE git man here :-)! > http://www.lyx.org/trac/ticket/7964 to latest code base. let me also

Re: Procedure for porting patch to latest trunk

2014-04-29 Thread Vincent van Ravesteijn
Sushant Raikar schreef op 29-4-2014 9:07: I am not so comfortable with git, so I just wanted to make sure what my procedure should be if I want to port the patch http://www.lyx.org/trac/ticket/7964 to latest code base. 1) clone the developer repository |git clone g...@git.lyx.org:lyx |2) crea

Re: Procedure for porting patch to latest trunk

2014-04-29 Thread stefano franchi
On Tue, Apr 29, 2014 at 2:07 AM, Sushant Raikar wrote: > > Can i create local branches for my convenience for example > gsoc/interactive/patchupdate? > > Hi Sushant, I would suggest you create your personal branch within gsoc/interactive (call it 'sushant') and use that branch as your personal pl

Procedure for porting patch to latest trunk

2014-04-29 Thread Sushant Raikar
I am not so comfortable with git, so I just wanted to make sure what my procedure should be if I want to port the patch http://www.lyx.org/trac/ticket/7964 to latest code base. 1) clone the developer repository git clone g...@git.lyx.org:lyx 2) create a remote in gsoc repo git remote add gsoc g..