I'm considering moving from CVS to Subversion now that svn finally installs cleanly with fink on OS X. However...
$ time svn --version >
/dev/null
real 0m0.960s
user 0m0.870s
sys 0m0.040s
$ time cvs --version >/dev/null
real 0m0.040s
user 0m0.000s
sys 0m0.020s
Please, please, please tell me every Subversion command isn't going to take a minimum of a second to execute.
That's kind of weird... (Score:1)
$ time svn --version >
real 0m0.130s
user 0m0.060s
sys 0m0.000s
What version of svn are you using, just out of curiosity? And can you perhaps try and get a handle on what it's doing? Perhaps some ktrace output?
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
slow version (Score:2)
Re:slow version (Score:1)
That said, that problem has nothing to do with what he's seeing here.
IPV6? (Score:1)
Does it give the same speed difference if you do them in reverse order?