15 Jan
2006
15 Jan
'06
4:53 p.m.
# from Bob Jamison # on Saturday 14 January 2006 10:42 pm:
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.
The source will be rooted in a directory based on the last directory in the path or the optional target directory. It never scatters bits all over your current directory, so there's no need to mkdir & cd.
# puts source in "trunk/" svn co http://example.com/svn/foo/trunk
# same as above, but names "trunk/" "foo/" svn co http://example.com/svn/foo/trunk foo/
--Eric
--
Like a lot of people, I was mathematically abused as a child.
--Paul Graham
---------------------------------------------------
http://scratchcomputing.com
---------------------------------------------------