Hi,
I have just added the iLiad registry utilities to the dev hub and the subversion repository.
I ran into a problem, however, when I tried to tag the 0.1 release of the utilities.
The command:
Code:
svn copy https://dev.mobileread.com/svn/regutils/trunk https://dev.mobileread.com/svn/regutils/tags/release-0.1 -m "The 0.1 release"
Results in the error:
Code:
svn: COPY of tags/release-0.1: Could not read response body: connection was closed by server (https://dev.mobileread.com)
Similarly, checking out the entire repository and copying the trunk directory to tags/release-0.1 with "svn copy" and committing afterwards yields:
Code:
Adding tags/release-0.1
svn: Commit failed (details follow):
svn: COPY of release-0.1: Could not read response body: connection was closed by server (https://dev.mobileread.com)
Does anybody know how to solve this? I googled around a bit and I think it has to do with a time-out on the server, but I'm not sure.