diff options
author | Darren Salt <linux@youmustbejoking.demon.co.uk> | 2006-05-15 19:31:50 +0000 |
---|---|---|
committer | Darren Salt <linux@youmustbejoking.demon.co.uk> | 2006-05-15 19:31:50 +0000 |
commit | e7408c02b9169f7805364769953e26959bede94d (patch) | |
tree | 8bfd095e9bdee811fc610aa4799ba19634556ec8 /doc | |
parent | e995029cf2809743acc2afbd74d0a53da2b11d56 (diff) | |
download | xine-lib-e7408c02b9169f7805364769953e26959bede94d.tar.gz xine-lib-e7408c02b9169f7805364769953e26959bede94d.tar.bz2 |
Reflect a change in the CVS server's name.
CVS patchset: 7990
CVS date: 2006/05/15 19:31:50
Diffstat (limited to 'doc')
-rw-r--r-- | doc/faq/faq.sgml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/faq/faq.sgml b/doc/faq/faq.sgml index 5246c3587..0a4a43491 100644 --- a/doc/faq/faq.sgml +++ b/doc/faq/faq.sgml @@ -117,13 +117,13 @@ </para> <para> To check out xine-modules from CVS, first do this: - <screen> <command>cvs -d :pserver:anonymous@cvs.xine.sf.net:/cvsroot/xine login</command></screen> + <screen> <command>cvs -d :pserver:anonymous@xine.cvs.sourceforge.net:/cvsroot/xine login</command></screen> The password is empty, just press Enter. </para> <para> Then, to check out individual modules (e.g. <filename>xine-lib</filename>, <filename>gnome-xine</filename> or <filename>xine-ui</filename>): - <screen> <command>cvs -d :pserver:anonymous@cvs.xine.sf.net:/cvsroot/xine co <modulename></command></screen> + <screen> <command>cvs -d :pserver:anonymous@xine.cvs.sourceforge.net:/cvsroot/xine co <modulename></command></screen> </para> </sect2> |