15 Jan
2006
15 Jan
'06
6:42 a.m.
If people use the command-line client, I think that they will need to do it something like this:
mkdir project_dir_name cd project_dir_name svn checkout https://svn.sourceforge.net/svnroot/inkscape/trunk/inkscape inkscape
"trunk/inkscape" selects the head of the current inkscape tree, and "inkscape" selects a directory to put it into. This is optional, but you will really want to use it, else the source will be rooted in the current directory.
By the way, the last attempt at checkout worked, so I think the migration is completed.
What is nice, is that there is no need for "anoncvs", and that a single repository can handle both use cases.
bob