diary of a window system hacker
can't think of a clever byline

About

Daniel Stone
X ninja
Melbourne, AU

Links

my website
my photos at flickr
x.org
eat.fi

Categories

/ (89)
  tech/ (87)
    collabora/ (2)
    fdo/ (9)
    lca/ (1)
    ubuntu/ (6)
    x/ (43)
      xds/ (3)
  travel/ (2)


Archives

2010-Jul
2010-Jun
2010-Mar
2010-Feb
2009-Dec
2009-Oct
2009-Sep
2009-Aug
2009-Jul
2009-Apr
2009-Mar
2008-Aug
2008-Jul
2008-Jun
2008-May
2008-Feb
2007-Oct
2007-Sep
2007-Jul
2007-Jun
2007-May
2007-Mar
2007-Jan
2006-Nov
2006-Aug
2006-May
2006-Apr
2006-Mar
2006-Feb
2006-Jan
2005-Dec
2005-Nov
2005-Oct
2005-Sep
2005-Aug
2005-Jul
2005-Jun
2005-Apr
2005-Mar
2005-Feb
2005-Jan
2004-Dec
2004-Nov
2004-Oct
2004-Sep
2004-Jun
2004-May
2004-Mar


Calendar

< February 2006 >
SuMoTuWeThFrSa
    1 2 3 4
5 6 7 8 91011
12131415161718
19202122232425
262728    

Sun, 19 Feb 2006

fd.o cvs migration complete

fd.o's CVS migration is finally complete. CVS has moved from gabe.freedesktop.org (formerly 'the freedesktop.org machine') to kemper.freedesktop.org, a new secure host. Anonymouse CVS and ViewCVS now run on annarchy.freedesktop.org.

This means that, technically, you should now be committing to:
username@cvs.freedesktop.org:/cvs/reponame
and checking out anonymously from:
:pserver:anoncvs@anoncvs.freedesktop.org:/cvs/reponame

Anything using '@freedesktop.org' or '@pdx.freedesktop.org' is incorrect and may, at some point in the future, stop working. Anything using '@cvs.freedesktop.org' is incorrect, but will probably keep working for the time being. The canonical URL for ViewCVS is now http://webcvs.freedesktop.org; cvs.freedesktop.org will probably keep issuing 302s, but that too may disappear at some point in the future, so update your URLs.

Some code has moved to GIT, too. I can't remember exactly what the process for committing there is, but the process for checking out is:
git-clone git://anongit.freedesktop.org/modulename

The pserver redirection to anoncvs.fd.o wasn't working for a while. I'll post what I did, and see if you can figure out why:
root@kemper:~% iptables -t nat -A PREROUTING -d kemper.freedesktop.org -p tcp --dport cvspserver -j DNAT --to-dest 131.252.208.36:2401
[23:50 | /tech/fdo | # | | ruoholahti ]