I was running "svn patch" with a patch I created with "git diff" and it
failed to apply, however it applies just fine with the default "patch"
command on my Rhel 6.5 system.
This is due to the "extended header" information that git puts before the
actual diff in some cases. I validated this by re
Tom Kielty writes:
> A week ago I upgraded our server from 1.7.5 to 1.8.8. On an automated build
> machine we had no issues with timeouts in 1.7.5. However, after upgrading
> to 1.8.8, client CLI as well, I am running into this time out error about
> 60% of the time. I have at least one other use
A week ago I upgraded our server from 1.7.5 to 1.8.8. On an automated build
machine we had no issues with timeouts in 1.7.5. However, after upgrading
to 1.8.8, client CLI as well, I am running into this time out error about
60% of the time. I have at least one other user running into this as well.
Another thread with subject "Re: Subversion 1.8 httpd.exe taking 100% CPU"
describes a 100% CPU condition that sporadically occurs in the single httpd
child process when using mpm_winnt with LDAP authentication. We have been
experiencing this issue 2 or 3 times a week since upgrading to Subversi