Files
I2P_Website/www.i2p2/pages/cvs.html
2008-01-31 20:38:37 +00:00

30 lines
1.1 KiB
HTML

{% extends "_layout.html" %}
{% block title %}CVS{% endblock %}
{% block content %}<p>The I2P sourcecode is kept in a CVS repository. For those who aren't very
familiar with cvs, there is a
<a href="http://cvsbook.red-bean.com/cvsbook.html">fantastic book</a> on the
subject (developers only need to deal with the first chapter - "An Overview of
CVS", as subsequent chapters go into some nasty details very few ever need to
touch).</p>
<h2>Unix CVS</h2>
<p><code>cvs -d:pserver:anoncvs@cvs.i2p.net:/cvsroot login</code><br />
Password: anoncvs<br />
<code>cvs -d:pserver:anoncvs@cvs.i2p.net:/cvsroot co i2p</code></p>
<h2>WinCVS</h2>
<p>WinCVS CVSRoot (login then checkout):<br />
<code>anoncvs@cvs.i2p.net:/cvsroot</code><br />
Password: anoncvs</p>
<h2>CVSWeb</h2>
<p><a href="http://dev.i2p.net/cgi-bin/cvsweb.cgi/i2p/?f=H">I2P CVSWeb (w/ nice diffs)</a>
</p>
<h2>CVS history</h2>
<p>Commits are sent to the <a href="http://dev.i2p.net/pipermail/i2p-cvs/">CVS mailinglist</a>
</p>
<p>Humourous quote from WinCVS: "Did you know... Never experiment with new CVS
commands on your working repository. Create a sample module instead."</p>
{% endblock %}