Code

added more notes
authoroetiker <oetiker@a5681a0c-68f1-0310-ab6d-d61299d08faa>
Mon, 2 May 2005 13:59:37 +0000 (13:59 +0000)
committeroetiker <oetiker@a5681a0c-68f1-0310-ab6d-d61299d08faa>
Mon, 2 May 2005 13:59:37 +0000 (13:59 +0000)
git-svn-id: svn://svn.oetiker.ch/rrdtool/branches/1.2@474 a5681a0c-68f1-0310-ab6d-d61299d08faa

website/download.wml

index 63ab0e5d4ceb8ba6e9522d2b22b4efee13ed71e4..3667a2a4b490f94a784fed13e09648316557026d 100644 (file)
@@ -55,7 +55,7 @@ You can download RRD tool from several places:
 <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.
@@ -67,3 +67,11 @@ and libtool installed for this to work.</p>
 
 <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>
+