
David Christian Berg wrote:
Thanx for your reply, Bryce,
I don't mind cvs, but I had a look at the cvs stuff on sourceforge and didn't know where to go from there. And I'm not even sure, what you mean by checking out the code.
From the main SF project page, the "CVS Repository" link should take you to http://sourceforge.net/cvs/?group_id=93438
Now, assuming you are on Linux (or have a command-line version of CVS installed)
Make a directory to hold the source and change to it
Then it says
This project's SourceForge.net CVS repository can be checked out through anonymous (pserver) CVS with the following instruction set. The module you wish to check out must be specified as the /modulename/. When prompted for a password for /anonymous/, simply press the Enter key. To determine the names of the modules created by this project, you may examine their CVS repository via the provided web-based CVS repository viewer http://cvs.sourceforge.net/viewcvs.py/inkscape.
cvs -d:pserver:anonymous@...54...:/cvsroot/inkscape login
cvs -z3 -d:pserver:anonymous@...54...:/cvsroot/inkscape co /modulename/
So, run those two lines from your command prompt and it should suck up the latest from CVS