[xiph-commits] r12994 - in trunk/vorbis-tools: . debian

conrad at svn.xiph.org conrad at svn.xiph.org
Mon May 28 01:47:18 PDT 2007


Author: conrad
Date: 2007-05-28 01:47:18 -0700 (Mon, 28 May 2007)
New Revision: 12994

Modified:
   trunk/vorbis-tools/HACKING
   trunk/vorbis-tools/README
   trunk/vorbis-tools/debian/rules
Log:
Change references to CVS to Subversion. Closes ticket:1111


Modified: trunk/vorbis-tools/HACKING
===================================================================
--- trunk/vorbis-tools/HACKING	2007-05-28 08:24:03 UTC (rev 12993)
+++ trunk/vorbis-tools/HACKING	2007-05-28 08:47:18 UTC (rev 12994)
@@ -1,22 +1,22 @@
 Note that these instructions are *not* necessary for distribution
 tarballs; they have separate configure/build instructions.  
 
-Building this package from CVS is mainly intended for developers.
-General users should obtain official distribution packages; both
-source and binary distributions are available at
+Building this package from Subversion is mainly intended for developers.
+General users should obtain official distribution packages; both source
+and binary distributions are available at
 http://www.vorbis.com/.
 
 -----
 
-These are *brief* instructions on how to build this package from CVS.
+These are *brief* instructions on how to build this package from Subversion.
 Yes, there are details left out.
 
-There are generally four steps necessary when building from CVS (i.e.,
+There are generally four steps necessary when building from Subversion (i.e.,
 a developer's copy):
 
-1. cvs checkout of the sources, or cvs update.  RTFM from your
-   favorite flavor of CVS documentation; information on the xiph.org
-   CVS repository can be found at http://www.xiph.org/cvs.html.
+1. svn checkout of the sources, or svn update. General subversion usage
+   documentation is at http://svnbook.red-bean.com/. Information on the
+   Xiph.Org Subversion repository can be found at http://xiph.org/svn/
 
 2. [re-]generate files such as "configure" and "Makefile.in" with the
    GNU autoconf/automake tools.  Run the "autogen.sh" script to

Modified: trunk/vorbis-tools/README
===================================================================
--- trunk/vorbis-tools/README	2007-05-28 08:24:03 UTC (rev 12993)
+++ trunk/vorbis-tools/README	2007-05-28 08:47:18 UTC (rev 12994)
@@ -49,7 +49,7 @@
 Developer information is available from http://www.xiph.org/. Check
 there for bug reporting information, mailing lists and other resources.
 
-BUILDING FROM CVS:
+BUILDING FROM SUBVERSION (see the file HACKING for details):
 
 ./autogen.sh
 make 

Modified: trunk/vorbis-tools/debian/rules
===================================================================
--- trunk/vorbis-tools/debian/rules	2007-05-28 08:24:03 UTC (rev 12993)
+++ trunk/vorbis-tools/debian/rules	2007-05-28 08:47:18 UTC (rev 12994)
@@ -40,7 +40,7 @@
 	mkdir $(objdir)
 
 	# run configure with build tree $(objdir)
-	# change ../configure to ../autogen.sh for CVS build
+	# change ../configure to ../autogen.sh for Subversion build
 	cd $(objdir) && \
 	../configure --build=$(DEB_BUILD_GNU_TYPE) --host=$(DEB_HOST_GNU_TYPE) \
 	--prefix=/usr



More information about the commits mailing list