On Sun, Jan 15, 2006 at 12:42:12AM -0600, Bob Jamison wrote:
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.
Excellent!
What is nice, is that there is no need for "anoncvs", and that a single repository can handle both use cases.
How has the speed been so far? I remember that was my #1 complaint with SF CVS.
Bryce