(ugha)
This commit is contained in:
ugha
2004-07-12 04:06:57 +00:00
committed by zzz
parent 9458844abc
commit 78de8b32ed

View File

@@ -1,19 +1,19 @@
<h1>CVS</h1>
This is just a reminder for me so I don't have to memorize the commands to download i2p cvs:<br />
<br />
Unix CVS:<br />
<br />
cvs -d:pserver:anoncvs@cvs.i2p.net:/cvsroot login<br />
<p>This is just a reminder for me so I don't have to memorize the commands to
download i2p cvs:</p>
(password anoncvs)<br />
cvs -d:pserver:anoncvs@cvs.i2p.net:/cvsroot co i2p<br />
<br />
WinCVS CVSRoot (login then checkout):<br />
<br />
anoncvs@cvs.i2p.net:/cvsroot<br />
(password anoncvs)<br />
<h2>Unix CVS:</h2>
<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>
<br />
<h2>WinCVS</h2>
<p>WinCVS CVSRoot (login then checkout):</p>
<code>anoncvs@cvs.i2p.net:/cvsroot</code><br />
Password: anoncvs
<h2>CVSWeb</h2>
<a href="http://dev.i2p.net/cgi-bin/cvsweb.cgi/i2p/?f=H">I2P CVSWeb (w/ nice diffs)</a><br />
<br />
Humourous quote from WinCVS: "Did you know... Never experiment with new CVS commands on your working repository. Create a sample module instead."
<p>Humourous quote from WinCVS: "Did you know... Never experiment with new CVS
commands on your working repository. Create a sample module instead."</p>