summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 21b378b)
raw | patch | inline | side by side (parent: 21b378b)
author | oetiker <oetiker@a5681a0c-68f1-0310-ab6d-d61299d08faa> | |
Mon, 2 May 2005 13:59:37 +0000 (13:59 +0000) | ||
committer | oetiker <oetiker@a5681a0c-68f1-0310-ab6d-d61299d08faa> | |
Mon, 2 May 2005 13:59:37 +0000 (13:59 +0000) |
website/download.wml | patch | blob | history |
diff --git a/website/download.wml b/website/download.wml
index 63ab0e5d4ceb8ba6e9522d2b22b4efee13ed71e4..3667a2a4b490f94a784fed13e09648316557026d 100644 (file)
--- a/website/download.wml
+++ b/website/download.wml
<p>RRDtool source is stored in a subversion repository with anonymous access.</p>
<pre>
-svn ls -r svn://svn.ee.ethz.ch/rrdtool/
+svn ls -R svn://svn.ee.ethz.ch/rrdtool/
</pre>
<p>Tells you what is in the repository. Normally, development will happen in the "trunk" directory.
<p>If you fix a bug, I would love to see the output of '<b>svn diff</b>'.</p>
+<p>To get the latest chenges from the current 1.2 branche use this:</p>
+<pre>
+svn checkout svn://svn.ee.ethz.ch/rrdtool/branches/1.2/program
+mv program rrdtool-1.2
+cd rrdtool-1.2
+./MakeMakefile
+</pre>
+