Hi there,
What factors determine the speed of calling an svn copy
when packaging up a tag from trunk for a release?
I've been using git for the year or two and on a recent project I've had to go back to using subversion, and calling svn copy is taking anything between 2 and 25 minutes to complete on my machine before I commit, without too much correlation to how much code is changing each time.
What steps would you normally take to speed up the packaging process, or at least make it somewhat more predictable?
I know the smart thing would be to use git-svn, but I when I tried I was unable to push to the correct branch, and everyone else on the team is using svn, so I'm wary about adopting an unfamiliar tool halfway through a project.