From: Michael H. <mh...@al...> - 2008-03-14 18:08:42
|
Mark Alford wrote: > I have been using gnuplot-py-1.7 for many years. > I would like to help testing/development of gnuplot-py-1.8 under Fedora > Core Linux. But I don't know how to get the latest version. I have never > used subversion. > > Could someone tell me a simple series of steps for downloading > the latest version of the code? Your help is much appreciated. It's been a long time since Gnuplot.py has had any serious maintenance. To check out the current trunk version, type: svn co https://gnuplot-py.svn.sourceforge.net/svnroot/gnuplot-py/trunk gnuplot-py This will create a subdirectory called "gnuplot-py" under your current directory containing the current cvs2svn source code. Once you have made some changes, you can create a patch by typing "svn diff" in the gnuplot-py directory. Please test any changes against the test suite to make sure you haven't broken anything. Michael |