|
From: <ale...@us...> - 2017-10-14 13:56:09
|
Revision: 6405
http://sourceforge.net/p/lame/svn/6405
Author: aleidinger
Date: 2017-10-14 13:56:06 +0000 (Sat, 14 Oct 2017)
Log Message:
-----------
switch references from CVS to SVN
Modified Paths:
--------------
trunk/webpages/.htaccess
trunk/webpages/about.php
trunk/webpages/contact.php
trunk/webpages/developers.php
trunk/webpages/doc/.htaccess
trunk/webpages/download.php
trunk/webpages/index.php
trunk/webpages/inside.php
trunk/webpages/sitemap.php
trunk/webpages/siteupdate.sh
trunk/webpages/using.php
Modified: trunk/webpages/.htaccess
===================================================================
--- trunk/webpages/.htaccess 2017-10-14 13:19:32 UTC (rev 6404)
+++ trunk/webpages/.htaccess 2017-10-14 13:56:06 UTC (rev 6405)
@@ -28,4 +28,4 @@
RedirectPermanent /winamp/winamp.html http://lame.sourceforge.net/winamp.php
-RedirectPermanent /history.html http://lame.cvs.sourceforge.net/*checkout*/lame/lame/doc/html/history.html
+RedirectPermanent /history.html https://svn.code.sf.net/p/lame/svn/trunk/lame/doc/html/history.html
Modified: trunk/webpages/about.php
===================================================================
--- trunk/webpages/about.php 2017-10-14 13:19:32 UTC (rev 6404)
+++ trunk/webpages/about.php 2017-10-14 13:56:06 UTC (rev 6405)
@@ -57,7 +57,7 @@
<li>
Many improvements in quality in speed over ISO reference software. See <a
- href="http://lame.cvs.sourceforge.net/*checkout*/lame/lame/doc/html/history.html">
+ href="https://svn.code.sf.net/p/lame/svn/trunk/lame/doc/html/history.html">
history</a>.
</li>
@@ -122,7 +122,7 @@
<li>
<a
- href="http://lame.cvs.sourceforge.net/*checkout*/lame/lame/doc/html/history.html">
+ href="https://svn.code.sf.net/p/lame/svn/trunk/lame/doc/html/history.html">
History and ChangeLog</a>
</li>
@@ -142,4 +142,4 @@
</div>
</body>
-</html>
\ No newline at end of file
+</html>
Modified: trunk/webpages/contact.php
===================================================================
--- trunk/webpages/contact.php 2017-10-14 13:19:32 UTC (rev 6404)
+++ trunk/webpages/contact.php 2017-10-14 13:56:06 UTC (rev 6405)
@@ -55,12 +55,13 @@
Archives</a> are provided by SourceForge.
</p>
-<h3>CVS mailing list</h3>
+<h3>SVN mailing list</h3>
<p>
- If you want to be automatically notified of commits to CVS, you can subscribe
+ If you want to be automatically notified of commits to SVN, you can subscribe
to <a href="https://sourceforge.net/projects/lame/lists/lame-cvs">the lame-cvs
- list</a>.
+ list</a>. The name of this list has historic reasons, we have not renamed it
+ after switching from CVS to SVN.
</p>
<h3>IRC</h3>
@@ -101,4 +102,4 @@
</div>
</body>
-</html>
\ No newline at end of file
+</html>
Modified: trunk/webpages/developers.php
===================================================================
--- trunk/webpages/developers.php 2017-10-14 13:19:32 UTC (rev 6404)
+++ trunk/webpages/developers.php 2017-10-14 13:56:06 UTC (rev 6405)
@@ -42,7 +42,7 @@
order of family name) that contributed resources to LAME development. LAME
owes its quality and speed to contributions from many other people, including
the many people who post to the mp3encoder mailing list. See <a
- href="http://lame.cvs.sourceforge.net/*checkout*/lame/lame/doc/html/history.html">
+ href="https://svn.code.sf.net/p/lame/svn/trunk/lame/doc/html/history.html">
History</a> for more complete details.
</p>
@@ -180,4 +180,4 @@
</div>
</body>
-</html>
\ No newline at end of file
+</html>
Modified: trunk/webpages/doc/.htaccess
===================================================================
--- trunk/webpages/doc/.htaccess 2017-10-14 13:19:32 UTC (rev 6404)
+++ trunk/webpages/doc/.htaccess 2017-10-14 13:56:06 UTC (rev 6405)
@@ -1,2 +1,2 @@
-# Docs now pulled straight from CVS
-RedirectMatch 301 ^/doc/html/(.+)$ http://lame.cvs.sourceforge.net/*checkout*/lame/lame/doc/html/$1
+# Docs now pulled straight from SVN
+RedirectMatch 301 ^/doc/html/(.+)$ https://svn.code.sf.net/p/lame/svn/trunk/lame/doc/html/$1
Modified: trunk/webpages/download.php
===================================================================
--- trunk/webpages/download.php 2017-10-14 13:19:32 UTC (rev 6404)
+++ trunk/webpages/download.php 2017-10-14 13:56:06 UTC (rev 6405)
@@ -61,10 +61,10 @@
<h3>Development Versions</h3>
<p>
- LAME source code is maintained with CVS, hosted on <a
+ LAME source code is maintained with SVN, hosted on <a
href="http://sourceforge.net/">SourceForge.net</a>. For instructions on
downloading the current development sources, go to <a
- href="https://sourceforge.net/p/lame/code/">the CVS information page of
+ href="https://sourceforge.net/p/lame/svn/">the SVN information page of
the LAME project on SourceForge.net</a>.
</p>
Modified: trunk/webpages/index.php
===================================================================
--- trunk/webpages/index.php 2017-10-14 13:19:32 UTC (rev 6404)
+++ trunk/webpages/index.php 2017-10-14 13:56:06 UTC (rev 6405)
@@ -92,7 +92,7 @@
</li>
<li>
- <a href="http://lame.cvs.sourceforge.net/*checkout*/lame/lame/doc/html/history.html?revision=HEAD">History/ChangeLog</a>
+ <a href="https://svn.code.sf.net/p/lame/svn/trunk/lame/doc/html/history.html">History/ChangeLog</a>
- what has been happening lately.
</li>
Modified: trunk/webpages/inside.php
===================================================================
--- trunk/webpages/inside.php 2017-10-14 13:19:32 UTC (rev 6404)
+++ trunk/webpages/inside.php 2017-10-14 13:56:06 UTC (rev 6405)
@@ -27,7 +27,7 @@
<ul>
<li>
- <a href="download.php">Download the source code (CVS, .tar and source RPMS
+ <a href="download.php">Download the source code (SVN, .tar and source RPMS
available).</a>
</li>
@@ -37,7 +37,7 @@
<li>
<a
- href="http://lame.cvs.sourceforge.net/*checkout*/lame/lame/doc/html/history.html?revision=HEAD">History/ChangeLog</a>
+ href="https://svn.code.sf.net/p/lame/svn/trunk/lame/doc/html/history.html">History/ChangeLog</a>
</li>
<li>
@@ -50,7 +50,7 @@
<ul>
<li>
Many improvements in quality in speed over ISO reference software. See <a
- href="http://lame.cvs.sourceforge.net/*checkout*/lame/lame/doc/html/history.html?revision=HEAD">history</a>.
+ href="https://svn.code.sf.net/p/lame/svn/trunk/lame/doc/html/history.html">history</a>.
</li>
<li>
@@ -82,4 +82,4 @@
</div>
</body>
-</html>
\ No newline at end of file
+</html>
Modified: trunk/webpages/sitemap.php
===================================================================
--- trunk/webpages/sitemap.php 2017-10-14 13:19:32 UTC (rev 6404)
+++ trunk/webpages/sitemap.php 2017-10-14 13:56:06 UTC (rev 6405)
@@ -49,7 +49,7 @@
</li>
<li>
- <a href="http://lame.cvs.sourceforge.net/*checkout*/lame/lame/doc/html/history.html?revision=HEAD">History</a>
+ <a href="https://svn.code.sf.net/p/lame/svn/trunk/lame/doc/html/history.html">History</a>
- LAME development history/changelog.
</li>
@@ -108,7 +108,7 @@
<ul>
<li>
<a
- href="http://lame.cvs.sourceforge.net/*checkout*/lame/lame/doc/html/index.html">Documentation</a>
+ href="https://svn.code.sf.net/p/lame/svn/trunk/lame/doc/html/index.html">Documentation</a>
- LAME's official documentation.
</li>
@@ -166,7 +166,7 @@
</li>
<li>
- <a href="http://lame.cvs.sourceforge.net/*checkout*/lame/lame/doc/html/history.html?revision=HEAD">History</a>
+ <a href="https://svn.code.sf.net/p/lame/svn/trunk/lame/doc/html/history.html">History</a>
- LAME development history and changelog.
</li>
@@ -189,4 +189,4 @@
</div>
</body>
-</html>
\ No newline at end of file
+</html>
Modified: trunk/webpages/siteupdate.sh
===================================================================
--- trunk/webpages/siteupdate.sh 2017-10-14 13:19:32 UTC (rev 6404)
+++ trunk/webpages/siteupdate.sh 2017-10-14 13:56:06 UTC (rev 6405)
@@ -1,4 +1,4 @@
#!/bin/sh
umask 002
-cvs update $*
+svn update $*
Modified: trunk/webpages/using.php
===================================================================
--- trunk/webpages/using.php 2017-10-14 13:19:32 UTC (rev 6404)
+++ trunk/webpages/using.php 2017-10-14 13:56:06 UTC (rev 6405)
@@ -27,7 +27,7 @@
<ul>
<li>
- <a href="download.php">Download the source code (CVS, .tar and source
+ <a href="download.php">Download the source code (SVN, .tar and source
RPMS available).</a>
</li>
@@ -53,8 +53,8 @@
<ul>
<li>
- <a href="http://lame.cvs.sourceforge.net/*checkout*/lame/lame/USAGE">Guide
- to command line options (in CVS)</a>
+ <a href="https://svn.code.sf.net/p/lame/svn/trunk/lame/USAGE">Guide
+ to command line options (in SVN)</a>
</li>
<li>
@@ -63,8 +63,8 @@
<li>
<a
- href="http://lame.cvs.sourceforge.net/*checkout*/lame/lame/doc/html/index.html">Program
- documentation (in CVS)</a>
+ href="https://svn.code.sf.net/p/lame/svn/trunk/lame/doc/html/index.html">Program
+ documentation (in SVN)</a>
</li>
</ul>
|