|
From: <ale...@us...> - 2017-10-14 14:13:02
|
Revision: 6406
http://sourceforge.net/p/lame/svn/6406
Author: aleidinger
Date: 2017-10-14 14:12:59 +0000 (Sat, 14 Oct 2017)
Log Message:
-----------
switch references from CVS to SVN
Modified Paths:
--------------
trunk/lame/ChangeLog.header
trunk/lame/Makefile.am
trunk/lame/doc/html/contact.html
trunk/lame/doc/html/contributors.html
trunk/lame/doc/html/links.html
trunk/lame/make_changelog.sh
Modified: trunk/lame/ChangeLog.header
===================================================================
--- trunk/lame/ChangeLog.header 2017-10-14 13:56:06 UTC (rev 6405)
+++ trunk/lame/ChangeLog.header 2017-10-14 14:12:59 UTC (rev 6406)
@@ -3,11 +3,7 @@
-==================-
- All dates/times are in GMT.
- - This file contains the complete changelog, even commit logs of
- non official branches. An entry of the form "filename (branchname):"
- may not apply to the source you get with this package.
- - Generated from cvs log entries
- (cvs2cl --gmt -S --branches --no-wrap --header ChangeLog.header)
+ - Generated from svn log entries (svn2cl)
--
Modified: trunk/lame/Makefile.am
===================================================================
--- trunk/lame/Makefile.am 2017-10-14 13:56:06 UTC (rev 6405)
+++ trunk/lame/Makefile.am 2017-10-14 14:12:59 UTC (rev 6406)
@@ -52,10 +52,10 @@
frontend/mp3x$(EXEEXT) -h $(top_srcdir)/../test/castanets.wav
update:
- cd $(top_srcdir) && CVS_RSH=ssh cvs -z3 -q update -dAP || true
+ cd $(top_srcdir) && svn update || true
diff:
- cd $(top_srcdir) && CVS_RSH=ssh cvs -z3 diff -u || true
+ cd $(top_srcdir) && svn diff || true
frontend/lame$(EXEEXT):
$(MAKE) $(MAKEFLAGS)
Modified: trunk/lame/doc/html/contact.html
===================================================================
--- trunk/lame/doc/html/contact.html 2017-10-14 13:56:06 UTC (rev 6405)
+++ trunk/lame/doc/html/contact.html 2017-10-14 14:12:59 UTC (rev 6406)
@@ -58,7 +58,7 @@
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
@@ -123,4 +123,4 @@
</div>
</body>
-</html>
\ No newline at end of file
+</html>
Modified: trunk/lame/doc/html/contributors.html
===================================================================
--- trunk/lame/doc/html/contributors.html 2017-10-14 13:56:06 UTC (rev 6405)
+++ trunk/lame/doc/html/contributors.html 2017-10-14 14:12:59 UTC (rev 6406)
@@ -45,7 +45,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>
@@ -188,4 +188,4 @@
</div>
</body>
-</html>
\ No newline at end of file
+</html>
Modified: trunk/lame/doc/html/links.html
===================================================================
--- trunk/lame/doc/html/links.html 2017-10-14 13:56:06 UTC (rev 6405)
+++ trunk/lame/doc/html/links.html 2017-10-14 14:12:59 UTC (rev 6406)
@@ -679,7 +679,7 @@
<li>
<a href="http://www.initialt.org/">Takehiro Tominaga</a> has done some
amazing work on LAME recently (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>). His versions are available <a
href="http://www.initialt.org/lame-beta/">here (source code only)</a>.
Fortunately for us, Takehiro takes the time to fold many of his
@@ -970,4 +970,4 @@
</div>
</body>
-</html>
\ No newline at end of file
+</html>
Modified: trunk/lame/make_changelog.sh
===================================================================
--- trunk/lame/make_changelog.sh 2017-10-14 13:56:06 UTC (rev 6405)
+++ trunk/lame/make_changelog.sh 2017-10-14 14:12:59 UTC (rev 6406)
@@ -1,5 +1,3 @@
#!/bin/sh
-# ../log_output is generated by "cvs log > ../log_output"
-
-cvs2cl --stdin --gmt -S --branches --no-wrap --header ChangeLog.header <../log_output
+(cat ChangeLog.header ; svn2cl --break-before-msg --stdout) > ChangeLog
|