monkeyninja
monkeyninja

Reputation: 321

SVN Freezes on Commit or Update

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:

  1. Dump and reload the existing SVN repositories and hope that whatever is causing it to hang doesn't carry over.
  2. Restore from the last known good backup of the repositories.

Anyone run into this before and if so, how did you go about fixing it?

Upvotes: 4

Views: 3021

Answers (1)

guykaplan
guykaplan

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

Related Questions