1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73
|
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<head>
<title>TAP-plugins</title>
<meta name="generator" content="GNU Emacs 21.2.1">
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<meta name="description" content="Tom's Audio Processing plugins for
audio engineering on the Linux platform.">
<meta name="keywords" content="TAP-plugins TAP Reverb Editor
Reverberator Equalizer EQ Vibrato Tremolo Echo Tom Szilagyi LADSPA
JACK Plugin Linux Audio">
<meta name="author" content="Tom Szilagyi">
</head>
<body bgcolor=#ffffff>
<table cellpadding="5" cellspacing="0" border="0" bgcolor=#ffffc0 width="100%">
<tr><td>
<font size="+2" color=#004060><b>TAP</b>-plugins</font><br>
<font color=#004060>Tom's Audio Processing plugins</font><br>
<font size="-1" color=#004060><i>for audio engineering on the Linux platform</i></font>
</td><td>
<center>
<a href="../index.html">[ Home ]</a>
<a href="../ladspa.html">[ LADSPA plugins ]</a>
<a href="../reverbed.html">[ TAP Reverb Editor ]</a>
</center>
<hr>
<center>
<a href="releases.html">[ Releases ]</a>
<a href="cvs.html">[ CVS ]</a>
<a href="general.html">[ General Info ]</a>
<a href="manuals.html">[ Plugin Manuals ]</a>
</center>
</td></tr>
</table>
<h1>Getting the latest source from CVS</h1>
<p>
If you suspect a bug, or are just curious whether any new (yet
officially still unreleased) plugins have been added since the last
release, it is recommended that you get the latest available version
of the TAP-plugins code, via the CVS service provided by
SourceForge.net. You can get the latest CVS snapshot of the code by
issuing the following commands (<code>%</code> is meant to be your
prompt):
</p>
<code>% cd /usr/local/src</code><br>
(just an example, it can be anywhere)<br><br>
<code>% cvs
-d:pserver:anonymous@cvs.tap-plugins.sf.net:/cvsroot/tap-plugins
login</code><br>
(just press enter when prompted for a password)<br><br>
<code>% cvs
-d:pserver:anonymous@cvs.tap-plugins.sf.net:/cvsroot/tap-plugins -z3
co
tap-plugins
</code>
<br>
<p>
However, because CVS normally contains nothing other than the latest
tarball release (this is a small project, after all), this is not
required. You are more than welcome to send bugreports, patches
etc. against the latest tarball version.
</p>
<br><hr>
<center>
$Id: cvs.html,v 1.2 2004/06/22 13:36:33 tszilagyi Exp $
</center>
</body></html>
|