Spencer Ruport
Spencer Ruport

Reputation: 35117

Subversion hangs during large commit

If I'm just commit a few files everything works fine but if I try to commit an entire project it just hangs about half way through and stops sending any more data. Anyone have any ideas what could be wrong?

Upvotes: 0

Views: 1050

Answers (1)

Spencer Ruport
Spencer Ruport

Reputation: 35117

Turns out it was the post commit script causing issues. We have an email that goes out after every commit and it includes a DIFF output so after about 8 megabytes of data it finally just croaks. I just temporarily disabled the script while I committed the whole project and everything went fine. :)

Upvotes: 3

Related Questions