2012-12-19 01:58:58 +00:00
{% extends "global/layout.html" %}
2008-01-31 20:38:37 +00:00
{% block title %}CVS{% endblock %}
2013-02-01 20:12:08 +00:00
{% block content %}< p > {% trans -%}
The I2P sourcecode was kept in a CVS repository. Nowadays it is kept in an < a href = "{{ site_url('volunteer/develop/monotone') }}" > 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
2013-02-01 20:12:08 +00:00
touch).
{%- endtrans %}< / 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 >
2013-02-01 20:12:08 +00:00
< p > {% trans -%}
Humorous quote from WinCVS: "Did you know... Never experiment with new CVS
commands on your working repository. Create a sample module instead."
{%- endtrans %}< / p >
2010-01-04 13:26:41 +00:00
{% endblock %}