[xiph-commits] r6819 - websites/theora.org

msmith at dactyl.lonelymoon.com msmith
Fri Jun 25 13:12:02 PDT 2004


Author: msmith
Date: Fri Jun 25 13:12:02 2004
New Revision: 6819

Modified:
websites/theora.org/contact.html
websites/theora.org/cvs.html
websites/theora.org/index.html
websites/theora.org/lists.html
websites/theora.org/theorafaq.html
websites/theora.org/vmail.html
Log:
Updates for CVS->SVN move for theora website.


Modified: websites/theora.org/contact.html
===================================================================
--- websites/theora.org/contact.html	2004-06-07 19:45:55 UTC (rev 6818)
+++ websites/theora.org/contact.html	2004-06-09 02:41:30 UTC (rev 6819)
@@ -62,7 +62,7 @@
<td class="menu"><a
href="http://www.theora.org/lists.html">Mailing Lists</a></td>
<td class="menu"><a
-href="http://www.theora.org/cvs.html">CVS</a></td>
+href="http://www.theora.org/svn.html">SVN</a></td>
<td class="menu"><a
href="http://www.theora.org/contact.html">Contact</a></td>
<td class="menu"><a

Modified: websites/theora.org/cvs.html
===================================================================
--- websites/theora.org/cvs.html	2004-06-07 19:45:55 UTC (rev 6818)
+++ websites/theora.org/cvs.html	2004-06-09 02:41:30 UTC (rev 6819)
@@ -2,7 +2,7 @@
"http://www.w3.org/TR/html4/loose.dtd">
<html>
<head>
-<title>theora.org :: cvs</title>
+<title>theora.org :: svn</title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<style type="text/css">
@import url(style.css);
@@ -62,7 +62,7 @@
<td class="menu"><a
href="http://www.theora.org/lists.html">Mailing Lists</a></td>
<td class="menu"><a
-href="http://www.theora.org/cvs.html">CVS</a></td>
+href="http://www.theora.org/svn.html">SVN</a></td>
<td class="menu"><a
href="http://www.theora.org/contact.html">Contact</a></td>
<td class="menu"><a
@@ -98,39 +98,38 @@
distribute, and sell said changes as well as applications for other
fields of use.</i>
<p>
-                        <b>[ Theora CVS ]</b><br>
+                        <b>[ Theora SVN ]</b><br>
<br>Xiph.org development projects are available to the public through read-only
-			CVS access.
+			Subversion (SVN) access.
<br>
-			<p><b>Accessing CVS at Xiph.org</b>
-			<p>Access to Xiph.org can be handled basically
-two ways:
+			<p><b>Accessing SVN at Xiph.org</b>
+			<p>Access to Xiph.org can be handled basically two ways:
<p>
-			<b>Using the CVSROOT environment variable</b><p>
-			Set CVSROOT in your environment to:
-			<pre>:pserver:anoncvs at xiph.org:/usr/local/cvsroot</pre>
-			Log into the CVS repository using:
-			<pre>cvs login</pre>
-			When prompted for a password, reply <tt>anoncvs</tt>.<p>
-			Then access the theora module using:
-			<pre>cvs -z 1 co theora</pre>
-			<b>Using <tt> cvs -d</tt></b><p>
-			Alternately, use the -d option to locally configure a specific module
-			checkout. For Xiph.Org, the command line (needed only with <tt>cvs
-			login</tt> and <tt>cvs checkout</tt> would read:
-			<pre>cvs -d :pserver:anoncvs at xiph.org:/usr/local/cvsroot login</pre>
-			(as above, when prompted for a password, use <tt>anoncvs</tt>).
-			<pre>cvs -d :pserver:anoncvs at xiph.org:/usr/local/cvsroot -z 9 co theora</pre>
+			<b>Using the SVN client</b><p>
+			Once you've installed the Subversion client, just type
+            <pre>svn co http://svn.xiph.org/trunk/theora</pre>
+            to check out the Theora codebase.</p>

-			In both cases, once you've got the repository checked out, neither -d
-			nor the environment variable are required; the repository location is
-			stored with the checkout.  <tt>cvs update </tt> will sync your local
-			copy with the repository. See the CVS manual for additional
-			information on how to use CVS.
+            <p>
+			Once you've got the repository checked out, you no longer need to
+            specify this full path; the repository location is stored with the
+            checkout. <tt>svn update </tt> will sync your local
+			copy with the repository. See the SVN manual for additional
+			information on how to use SVN.
+            </p>

+			<p><b>Using the web interface</b></p>
+            <p>
+            Subversion uses HTTP (and WebDAV) as the protocol, so you can just
+            use a normal web browser to browse around the repository. This can be
+            useful for looking at a few files, if you don't want to check out the
+            entire module.</p>
+            <p> To do this, just point your web browser at
+            <tt>http://svn.xiph.org/trunk/theora</tt></p>
+
<p>The source for the legacy VP3 codec for Quicktime and Video for Windows
can be obtained by changing the <tt>theora</tt> module name in the
-			lines above to '<tt>cvs</tt> ... <tt>co vp32</tt>'.
+			lines above to <tt>vp32</tt>, as in '<tt>svn co http://svn.xiph.org/trunk/vp32</tt>'.

<br><p><br>
<!-- Close Content -->

Modified: websites/theora.org/index.html
===================================================================
--- websites/theora.org/index.html	2004-06-07 19:45:55 UTC (rev 6818)
+++ websites/theora.org/index.html	2004-06-09 02:41:30 UTC (rev 6819)
@@ -58,7 +58,7 @@
<td class="menu"> <a href="http://www.theora.org/">Home</a></td>
<td class="menu"><a href="theorafaq.html">FAQ</a></td>
<td class="menu"><a href="lists.html">Mailing Lists</a></td>
-                            <td class="menu"><a href="cvs.html">CVS</a></td>
+                            <td class="menu"><a href="svn.html">SVN</a></td>
<td class="menu"><a href="contact.html">Contact</a></td>
<td class="menu"><a href="http://www.xiph.org/">Xiph.org</a></td>
<!-- Close Menu -->
@@ -112,14 +112,14 @@
<p>
This is more of an internal milestone than a public release, but we are
making a <a href="/files/libtheora-1.0alpha2.tar.gz">source tarball</a> available
-for convenience. Nevertheless we recommend using the <a href="cvs.html">cvs</a> version if possible. This release also requires cvs libogg and libvorbis to compile; you might try the <a href="http://www.xiph.org/ogg/vorbis/download/vorbis_nightly_cvs.tgz">cvs nightly tarball</a> if you don't
+for convenience. Nevertheless we recommend using the <a href="svn.html">svn</a> version if possible. This release also requires svn libogg and libvorbis to compile; you might try the <a href="http://www.xiph.org/ogg/vorbis/download/vorbis_nightly_svn.tgz">svn nightly tarball</a> if you don't
already have these checked out. You will need to build and install the 'ogg' and 'vorbis' modules.

<p><strong>[ May 8, 2003 - VP3 Legacy Codec binaries ]</strong></p>
<p>
Mauricio Piacentini has been maintaining the original VP32 sources upon which theora is
based. He's pooling his efforts with Xiph a bit and has decided to keep his work in xiph.org
-cvs, in the 'vp32' module where the code was originally released. We hope this will help
+svn, in the 'vp32' module where the code was originally released. We hope this will help
concentrate efforts related to theora and bring additional focus to both projects.
<p>
He is also making his binary builds for Quicktime 6 and Video for Windows available on
@@ -163,9 +163,9 @@
Theora will be released in June of 2003, with three major milestones, the
first being released today, September 25th, 2002. Today's piece is
available for download in the 'theora' module of the Xiph.org <a
-href="http://www.theora.org/cvs.html">CVS</a> repository, as
+href="http://www.theora.org/svn.html">SVN</a> repository, as
well as a UNIX tarball available <a
-href="http://www.xiph.org/ogg/vorbis/download/theora_cvs_snapshot.tgz">here</a>.
+href="http://www.xiph.org/ogg/vorbis/download/theora_svn_snapshot.tgz">here</a>.
<p>
There's a lot of useful information under the hood, so please have a
look around by using the navigation links at the top of the page. If
@@ -175,7 +175,7 @@
see.
<p>
For the legal terms on the usage of the VP3 codec, please check out the
-<a href="http://www.theora.org/cvs.html">CVS</a> page. If you would like
+<a href="http://www.theora.org/svn.html">SVN</a> page. If you would like
to help sponsor the development of Theora and other open technologies from
the Xiph.org Foundation, please consider a donation! More information is
available at <a

Modified: websites/theora.org/lists.html
===================================================================
--- websites/theora.org/lists.html	2004-06-07 19:45:55 UTC (rev 6818)
+++ websites/theora.org/lists.html	2004-06-09 02:41:30 UTC (rev 6819)
@@ -62,7 +62,7 @@
<td class="menu"><a
href="http://www.theora.org/lists.html">Mailing Lists</a></td>
<td class="menu"><a
-href="http://www.theora.org/cvs.html">CVS</a></td>
+href="http://www.theora.org/svn.html">SVN</a></td>
<td class="menu"><a
href="http://www.theora.org/contact.html">Contact</a></td>
<td class="menu"><a

Modified: websites/theora.org/theorafaq.html
===================================================================
--- websites/theora.org/theorafaq.html	2004-06-07 19:45:55 UTC (rev 6818)
+++ websites/theora.org/theorafaq.html	2004-06-09 02:41:30 UTC (rev 6819)
@@ -62,7 +62,7 @@
<td class="menu"><a
href="http://www.theora.org/lists.html">Mailing Lists</a></td>
<td class="menu"><a
-href="http://www.theora.org/cvs.html">CVS</a></td>
+href="http://www.theora.org/svn.html">SVN</a></td>
<td class="menu"><a
href="http://www.theora.org/contact.html">Contact</a></td>
<td class="menu"><a
@@ -232,7 +232,7 @@
wallpaper your spare room with it.
<p>
For more information, check the VP3 Legal Terms on the <a
-href="http://www.theora.org/cvs.html">CVS</a> page.
+href="http://www.theora.org/svn.html">SVN</a> page.
<p>
<b>Q: What is the license for Theora?</b>
<p>
@@ -284,7 +284,7 @@
<p>
<b>Q: How can I help with development?</b>
<p>
-A: Head on over to the <a href="http://www.theora.org/cvs.html">CVS</a>
+A: Head on over to the <a href="http://www.theora.org/svn.html">SVN</a>
page to grab the codebase, and hack away! Post your contributions
online, and tell us about it on the <a
href="http://www.theora.org/lists.html">theora-dev</a> mailing list.

Modified: websites/theora.org/vmail.html
===================================================================
--- websites/theora.org/vmail.html	2004-06-07 19:45:55 UTC (rev 6818)
+++ websites/theora.org/vmail.html	2004-06-09 02:41:30 UTC (rev 6819)
@@ -62,7 +62,7 @@
<td class="menu"><a
href="http://www.theora.org/lists.html">Mailing Lists</a></td>
<td class="menu"><a
-href="http://www.theora.org/cvs.html">CVS</a></td>
+href="http://www.theora.org/svn.html">SVN</a></td>
<td class="menu"><a
href="http://www.theora.org/contact.html">Contact</a></td>
<td class="menu"><a



More information about the commits mailing list