Shortly after upgrading our repository to Subversion 1.5, my team switched to writing a new application for several months, and then suddenly returned to the original code base. Our developers use TortoiseSVN 1.5.9 and Subversion Client 1.6 (only svnversion -n) and Subversion 1.5 on our server. Our clients connect via svn + ssh.
Our source codebase combines the SVN version number into code using svnversion -nto query the current WC version. Suddenly, however, this operation went over to what I recall, taking a short second or two until 10 seconds (and I saw even worse in the VM development environment, etc.). We also experienced similar delays returning and experimenting with Tortoise SubWCRev and Subversion Client 1.5.
This is not a serious problem, but it is certainly annoying, because this check is performed as a preliminary compiler before each build operation. So I would like these few seconds to leave our feedback loop!
So my question is: Have I been out of my old codebase for too long, or did someone else notice a delay for this operation?
If this delay is a new phenomenon, someone has fixed it. If so, how?
antik source
share