vote up 7 vote down star

I switched locally from subversion 1.4 to 1.5, our server still runs 1.4. Since then every merge takes ages to perform. What took only a couple of seconds is now in the area of 5-10 minutes (or more). There is no difference between the command line client and tortoise (so we talk about the windows versions).

Has anybody else this strange phenomenon?

flag

4 Answers

vote up 2 vote down

We did some performance analysis on merging last weekend and found two severe performance issues. One of those was very Windows specific and made disk IO while merging much slower than needed and the other was on the type of network connections used. (Too less reuse of existing knowledge)

These fixes and a few others that enhance the merge performance even more will be available in Subversion 1.5.3 that is expected to be released by the end of this week.

[Edit: This performance enhancement is in the code path that assumes your server is 1.5+]

link|flag
nope, I just upgraded, and it is still as slow as before – Mauli Oct 24 '08 at 6:25
vote up 3 vote down

Upgrading to 1.5.3 (when it is out) will significantly speed up your merges.

link|flag
nope, I just upgraded, and it is still as slow as before – Mauli Oct 24 '08 at 6:24
And 1.5.4 doesn't seem to be any better. – Thomas HervĂ© Jan 2 at 14:08
at least one other person seems to have the same problem :-) – Mauli May 15 at 12:53
vote up 0 vote down

SVN 1.5 introduced the concept of automatic merge tracking, although I thought it required a 1.5 server and client. See here for details.

link|flag
vote up 0 vote down

We've had problems when trying to add large numbers of files to repositories through the client which I assume created orphaned processes on the server when we killed the crashed client. We had to kill the server processes too and restart the subversion service (we run SVN as a windows service). Our SVN machine is dedicated so we actually just rebooted the box and everything went back to normal.

link|flag
I guess our problem is somehow different. We have a large repository, our svn server runs with apache 2.2, so all the communication goes through http, and I haven't seen orphaned processes. What did make me think is that tortoise shows an excessive amount of data transfer, even for small changesets. – Mauli Sep 21 '08 at 9:32

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.