descriptionLyX document processor (git-svn mirror) - obsolete
homepage URLhttp://www.lyx.org/
ownergitmor@gmail.com
last changeWed, 11 Nov 2009 03:09:54 +0000 (11 03:09 +0000)
content tags
add:
readme

This mirror is no longer updated. Instead, use http://repo.or.cz/w/lyx-svn.git, which replies on the built-in svn mirroring support of repo.or.cz.

This was a full mirror of the lyx-devel Subversion repository of the LyX project, including all svn branches and tags.


To build the latest version of the stable branch, do this:

$ git clone git://repo.or.cz/lyx.git lyx.git
$ cd lyx.git
$ git checkout --track -b follow-1.5 origin/BRANCH_1_5_X

$ git pull
$ ./autogen.sh && ./configure && make

This repository is made as follows. It was originally imported locally via a straightforward git-svn clone (this took 2 days):

$ git svn clone svn://svn.lyx.org/lyx/lyx-devel/  -T trunk -b branches -t tags

It is periodically updated locally and pushed to repo.or.cz as follows:

$ git svn fetch
$ git push -v ssh://gitmor@repo.or.cz/srv/git/lyx.git `git for-each-ref --format="%(refname)" 'refs/remotes/*' 'refs/remotes/*/*' | \
  perl -pe 's@^(refs/remotes/tags/)(.*)@$1$2:refs/tags/$2@ || s@^(refs/remotes/)(.*)@$1$2:refs/heads/$2@; s@/trunk$@/master@'`
(The inline Perl script translates the head and tag names from convention used by the Subversion repository to a more git-friendly convention.)
shortlog
2009-11-11 uwestoehrtufte layout files:master
2009-11-11 uwestoehr- introduce option to suppress the LaTeX package mhchem...
2009-11-11 uwestoehrinstaller: sync with branch
2009-11-10 uwestoehrinstaller: sync with branch
2009-11-10 spitz* GuiAbout.cpp:
2009-11-10 spitzAdd TaoWang to the credits.
2009-11-10 uwestoehrinstaller: sync with branch
2009-11-10 rgheckThis more or less completes the re-implementation of...
2009-11-09 rgheckA bit more re-organization.
2009-11-09 rgheckNot so soon, I guess, since that FIXME was from r6305.
2009-11-09 rgheckOne more little comment.
2009-11-09 rgheckMove the visited stuff inside the Vertex struct.
2009-11-09 rgheckMove the to == from test, so as to return as soon as...
2009-11-09 rgheckAnother minor change, but this should almost get us...
2009-11-09 rgheckMore cleanup. We introduce a struct here to keep the...
2009-11-09 rgheckConst.
...
tags
14 years ago lyx-1_6_4_2
14 years ago lyx-1_6_4_1
14 years ago lyx-1_6_4
14 years ago lyx-1_6_3
15 years ago lyx-1_6_2
15 years ago lyx-1_6_1
15 years ago lyx-1_5_7
15 years ago lyx_1_6_0
15 years ago lyx_1_6_0rc5
15 years ago lyx_1_6_0rc4
15 years ago lyx_1_6_0rc3
15 years ago lyx_1_6_0rc2
15 years ago lyx_1_6_0rc1
15 years ago lyx-1_5_6
15 years ago lyx-1_x_y
15 years ago lyx_1_6_0beta4
...
heads
14 years ago master
14 years ago BRANCH_1_6_X
14 years ago personal
14 years ago QProcess
15 years ago BRANCH_1_5_X
15 years ago advsearch
16 years ago BRANCH_1_4_X
17 years ago gtkdevel
17 years ago BooktabBranch
18 years ago BRANCH_1_3_X
18 years ago obsolete
19 years ago CoordBranch
20 years ago BRANCH_NOUPDATE
21 years ago BRANCH-1_2_X
21 years ago BRANCH_GUII
22 years ago BRANCH_1_1_6
...