The LyX source repository has now moved to subversion. Anonaccess with svn://svn.lyx.org/lyx/lyx-devel/trunk (for head branch)
Developer access with svn+ssh://svn.lyx.org/lyx/lyx-devel/trunk The repo is not opened up for commit yet, but checkouts should work ok. Super short quickstart for devlopers: Checkout trunk: svn co svn+ssh://svn.lyx.org/lyx/lyx-devel/trunk lyx-devel Do I have local updates?: svn st Are there updates on the server?: svn st -u What are my local changes?: svn diff I want to commit my changed stuff: svn commit I must update to latest on trunk: svn up I have not moved all developers over to the svnusers group but will do so on a need-to-commit basis. (We have some stale developers in the list that I want to get rid of.) If you are unfamiliar with subversion you should visit http://subersion.tigris.org and look at the documentation there. Especially http://svnbook.red-bean.com/nightly/en/svn.forcvs.html And http://svnbook.red-bean.com/nightly/en/index.html in general. I should also be able to answer most questions. If you would like to backup our repository you can do that with rsync. rsync -av rsync://aussie.lyx.org/lyx-svnrepo <dir-to-put-it-in> or if you want to help us never loose a single byte again: rsync -av rsync://aussie.lyx.org/lyx-svndumps <dir-to-put-it-in> will do that. I have most surely forgot something, but we'll address that as we move forward. We are not that many developers. I'll deal with the auto-update of the website during the weekend. That's it for now. -- Lgb