Reputation: 321
Running into a weird issue with SVN. I've got a CentOS 6.3 server running SVN version 1.6.11 using LDAP authentication for user login. It's been stable and online since July and has never had any issues. The system came down hard due to a power event in our data center during the hurricane and it hasn't been right since. The first commit to the server works properly but any attempted connection after that freezes and continues to try forever (or until the connection is terminated either by ending the client check-out process or stopping Apache). A reboot of the server allows a single check-in and then the freeze happens again. This appears to happen with TortoiseSVN, RapidSVN, and command-line SVN in CentOS. I'm down to basically two ideas to fix this at this point:
Anyone run into this before and if so, how did you go about fixing it?
Upvotes: 4
Views: 3021
Reputation: 155
I found out that if your svn hangs it sometime means that your SVN client is too old. Upgrade your svn client to meet the svn versioning of your svn server files.
Upvotes: 1