Re: LyX on gitorious

2010-12-19 Thread Pavel Sanda
Vincent van Ravesteijn wrote: > Great!. I'll add this to the wiki. > > > Hopefully Pavel migh be able to put a script somewhere that the resync > > daily. > > Or automatically "git svn fetch" when a commit to svn is made, and > "git svn dcommit" when something is pushed to/merged into the > lyx/s

Re: LyX on gitorious

2010-12-18 Thread Vincent van Ravesteijn
> Enter passphrase for key '/c/Users/abdel/.ssh/id_rsa': > Counting objects: 11, done. > Delta compression using up to 2 threads. > Compressing objects: 100% (6/6), done. > Writing objects: 100% (6/6), 1.30 KiB, done. > Total 6 (delta 5), reused 0 (delta 0) > => Syncing Gitorious... [OK] > To g...@

Re: LyX on gitorious

2010-12-18 Thread Abdelrazak Younes
OK, within msysgit that gives: $ git clone g...@gitorious.org:lyx/lyx.git $ cd lyx $ git svn init svn://svn.lyx.org/lyx/lyx-devel/ -T trunk -b branches -t tags Using higher level of URL: svn://svn.lyx.org/lyx/lyx-devel => svn://svn.lyx.org/lyx $ cp .git/refs/heads/master .git/refs/remotes/tr

Re: LyX on gitorious

2010-12-18 Thread Vincent van Ravesteijn
Abdel, Pavel, (and other Git-lovers), The LyX repository on Gitorious now contains the full history. Using the following steps, you can checkout this repos and connect it to svn afterwards, so you can sync the repos to svn yourself. # 1. checkout the git repository from gitorious git clone g...

Re: LyX on gitorious

2010-12-16 Thread Vincent van Ravesteijn
>>> >>> I would like to create a new branch there for my toolbar-settings patch >>> but >>> the repo is not up to date. As I am not familiar with git svn could you >>> please send your recipe to rebase git master from svn trunk? Hmm.. the way I do it is not very difficult: git svn fetch git svn r

Re: LyX on gitorious

2010-12-15 Thread Abdelrazak Younes
On 15/12/2010 18:57, Vincent van Ravesteijn wrote: On Wed, Dec 15, 2010 at 4:53 PM, Abdelrazak Younes wrote: Hi Vincent, I would like to create a new branch there for my toolbar-settings patch but the repo is not up to date. As I am not familiar with git svn could you please send your recipe t

LyX on gitorious

2010-12-15 Thread Abdelrazak Younes
Hi Vincent, I would like to create a new branch there for my toolbar-settings patch but the repo is not up to date. As I am not familiar with git svn could you please send your recipe to rebase git master from svn trunk? Thanks in advance, Abdel.