View Single Post
Old 05-16-2008, 11:00 AM   #67
Martijn
Connoisseur
Martijn has learned how to read e-booksMartijn has learned how to read e-booksMartijn has learned how to read e-booksMartijn has learned how to read e-booksMartijn has learned how to read e-booksMartijn has learned how to read e-booksMartijn has learned how to read e-books
 
Martijn's Avatar
 
Posts: 68
Karma: 855
Join Date: Jan 2007
Location: Netherlands
Device: iLiad
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.
Martijn is offline   Reply With Quote