NOTE: use Perl; is on undef hiatus. You can read content, but you can't post it. More info will be forthcoming forthcomingly.
All the Perl that's Practical to Extract and Report
Stories, comments, journals, and other submissions on use Perl; are Copyright 1998-2006, their respective owners.
something else... (Score:2)
My only use of svn has been on win32. There I found that for everything except checking out it was as fast or faster than cvs. Checking out an SVN branch is remarkably slow, but you only take the hit once.
Having 'svn status' and 'svn diff' that don't have to go out to the repository to get information is excellent.
I'm hesitant to move from CVS though because at least in the 1.0 series svn used Berkeley DB; I've had BDB storage corrupt more often than filesystems and it's not worth the pain. I heard svn 1.1+ allows you to store in the filesystem though...
Reply to This