hi, what is the reason, that msysgit used as subversion client is 10-15 times slower as mercurial, used as svn client? just as an example the runtimes to check for an update:
$ time git svn rebase Current branch master is up to date. real 1m31.736s user 0m0.015s sys 0m0.031s $ time hg pull -u pulling from svn+https://svn.... no changes found real 0m7.684s user 0m0.015s sys 0m0.000s rupert --
