[Ffmpeg-cvslog] [ffmpeg.org]: r17 - trunk/src/download

gpoirier subversion
Mon May 29 07:56:36 CEST 2006


Author: gpoirier
Date: Mon May 29 07:56:35 2006
New Revision: 17

Modified:
   trunk/src/download

Log:
Update snapshot checkout commandline, s/cvs/svn/


Modified: trunk/src/download
==============================================================================
--- trunk/src/download	(original)
+++ trunk/src/download	Mon May 29 07:56:35 2006
@@ -3,12 +3,12 @@
 <html>
 <head>
    <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
-   <title>FFmpeg Download and CVS</title>
+   <title>FFmpeg Download and SVN</title>
 </head>
 
 <body BGCOLOR="#FFFFFF">
 
-<h2>FFmpeg Download and CVS</h2>
+<h2>FFmpeg Download and SVN</h2>
 
 <?php require ('navbar.html'); ?>
 
@@ -16,30 +16,30 @@
 FFmpeg has always been a very experimental and developer-driven project. It
 is a key component in many multimedia projects and has new features added
 constantly. New, official "releases" are few and far between. In short,
-if you want to work with FFmpeg, you are advised to go along with CVS
-development rather than relying on formal releases. CVS snapshots work
+if you want to work with FFmpeg, you are advised to go along with SVN
+development rather than relying on formal releases. SVN snapshots work
 really well 99% of the time so people are not afraid to use them.
 
-<h3>FFmpeg CVS</h3>
-Note that the FFmpeg CVS repository is hosted by
+<h3>FFmpeg SVN</h3>
+Note that the FFmpeg SVN repository is hosted by
 <a href="http://www.mplayerhq.hu">the MPlayer project</a>, rather than by
-Sourceforge, for... historical reasons. In order to use the standard CVS
+Sourceforge, for... historical reasons. In order to use the standard SVN
 client to check out the source code:
 
 <br>
 <pre>
-  cvs -z9 -d:pserver:anonymous at mplayerhq.hu:/cvsroot/ffmpeg co ffmpeg
+  svn checkout svn://svn.mplayerhq.hu/ffmpeg/trunk ffmpeg
 </pre>
 <br>
 
 Alternatively, you can use
-<b><a href="http://www1.mplayerhq.hu/cgi-bin/cvsweb.cgi/?cvsroot=FFMpeg">the
+<b><a href="http://www.mplayerhq.hu/cgi-bin/viewcvs.cgi/ffmpeg/trunk/">the
 FFmpeg CVSweb interface</a></b> to browse the source tree online.
 
 <p>
 Further,
 <strike>
-<a href="http://mplayerhq.hu/MPlayer/cvs/">an archive of recent CVS snapshots are also available</a>
+<a href="http://mplayerhq.hu/MPlayer/cvs/">an archive of recent SVN snapshots are also available</a>
 </strike>
 for download.
 (The link is currently down until we have set up the new project server.)
@@ -49,7 +49,7 @@
 If you prefer a formal release, please see
 <a href="http://sourceforge.net/project/showfiles.php?group_id=16082">FFmpeg's Sourceforce file release page</a>.
 Never ask for help or report bugs if you are using a formal release instead
-of CVS.
+of SVN.
 
 <p>
 




More information about the ffmpeg-cvslog mailing list