2008-01-31 20:38:37 +00:00
|
|
|
{% extends "_layout.html" %}
|
|
|
|
{% block title %}CVS{% endblock %}
|
2010-01-04 13:26:41 +00:00
|
|
|
{% block content %}<p>The I2P sourcecode was kept in a CVS repository. Nowadays it is kept in an <a href="monotone.html">Monotone</a> repository.
|
2010-03-21 19:41:10 +00:00
|
|
|
For those who aren't very familiar with CVS, there is a
|
2004-09-25 09:35:52 +00:00
|
|
|
<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>
|
2004-07-06 20:39:18 +00:00
|
|
|
|
2004-07-12 04:22:54 +00:00
|
|
|
<h2>Unix CVS</h2>
|
2004-09-25 09:35:52 +00:00
|
|
|
<p><code>cvs -d:pserver:anoncvs@cvs.i2p.net:/cvsroot login</code><br />
|
2004-07-12 04:06:57 +00:00
|
|
|
Password: anoncvs<br />
|
2004-09-25 09:35:52 +00:00
|
|
|
<code>cvs -d:pserver:anoncvs@cvs.i2p.net:/cvsroot co i2p</code></p>
|
2004-07-06 20:39:18 +00:00
|
|
|
|
2004-07-12 04:06:57 +00:00
|
|
|
<h2>WinCVS</h2>
|
2004-09-25 09:35:52 +00:00
|
|
|
<p>WinCVS CVSRoot (login then checkout):<br />
|
2004-07-12 04:06:57 +00:00
|
|
|
<code>anoncvs@cvs.i2p.net:/cvsroot</code><br />
|
2004-09-25 09:35:52 +00:00
|
|
|
Password: anoncvs</p>
|
2004-07-12 04:06:57 +00:00
|
|
|
|
|
|
|
<h2>CVSWeb</h2>
|
2004-09-25 09:35:52 +00:00
|
|
|
<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>
|
|
|
|
|
2010-03-21 19:41:10 +00:00
|
|
|
<p>Humorous quote from WinCVS: "Did you know... Never experiment with new CVS
|
2004-09-25 09:35:52 +00:00
|
|
|
commands on your working repository. Create a sample module instead."</p>
|
2010-01-04 13:26:41 +00:00
|
|
|
{% endblock %}
|