switch references from CVS to SVN

This commit is contained in:
Alexander Leidinger
2017-10-14 14:12:59 +00:00
parent 48f512d3fb
commit acf88c9025
6 changed files with 10 additions and 16 deletions
+1 -5
View File
@@ -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)
--
+2 -2
View File
@@ -52,10 +52,10 @@ testg: frontend/mp3x$(EXEEXT) $(top_srcdir)/../test/castanets.wav
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)
+2 -2
View File
@@ -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 @@ href="http://www.brightercreative.co.uk">Sam Fisher</a>.</p>
</div>
</body>
</html>
</html>
+2 -2
View File
@@ -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 @@ href="http://www.brightercreative.co.uk">Sam Fisher</a>.</p>
</div>
</body>
</html>
</html>
+2 -2
View File
@@ -679,7 +679,7 @@ you are now complying with our license, please contact us.</strong></p>
<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 @@ href="http://www.brightercreative.co.uk">Sam Fisher</a>.</p>
</div>
</body>
</html>
</html>
+1 -3
View File
@@ -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