Here is a patch to do away with all the outdated references to CVS and
give Subversion instructions instead.

Diego
Index: README
===================================================================
--- README	(revision 1162)
+++ README	(working copy)
@@ -155,33 +155,17 @@
 	could probably be optimized a lot.
 
 
-CVS SNAPSHOTS
+SUBVERSION REPOSITORY
 
-A daily snapshot is created using "make distcheck" every night and
-uploaded to http://libmpeg2.sourceforge.net/files/mpeg2dec-snapshot.tar.gz .
-It is easier to use than the CVS repository, because you do not need
-to have the right versions of automake, autoconf and libtool
-installed. It might be convenient when working on a libmpeg2 port for
-example.
-
-
-CVS REPOSITORY
-
 The latest libmpeg2 and mpeg2dec source code can always be found by
-anonymous CVS:
+anonymous Subversion:
 
-# export CVSROOT=:pserver:[EMAIL PROTECTED]:/cvsroot/libmpeg2
-# cvs login (Just press Return when prompted for a password)
-# cvs checkout mpeg2dec
+$ svn checkout svn://svn.videolan.org/libmpeg2/trunk libmpeg2
 
 You can also browse the latest changes online at
-http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/libmpeg2/mpeg2dec/
+https://trac.videolan.org/libmpeg2/browser
 
-The other CVS modules are mpeg2dec-streams for the test suite, and
-mpeg2dec-livid for the CVS history of the project while it was still
-hosted on the linuxvideo.org servers.
 
-
 MAILING LISTS
 
 See the subscription information at http://libmpeg2.sourceforge.net/lists.html
Index: INSTALL
===================================================================
--- INSTALL	(revision 1162)
+++ INSTALL	(working copy)
@@ -5,7 +5,7 @@
 make
 make install
 
-If you install from CVS you'll have to run ./bootstrap first
+If you install from Subversion you'll have to run ./bootstrap first
 
 
 Building for win32
-------------------------------------------------------------------------
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2008.
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
_______________________________________________
Libmpeg2-devel mailing list
Libmpeg2-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/libmpeg2-devel

Reply via email to