Hi,
I'm trying to install subversion on an x86 machine running GNU/Linux
(Redhat 7.1) by following the instructions in the Quick Guide.
I started with subversion-r5118.tar.gz which built fine. I attempted
to check out subversion thus:
> subversion-r5118/subversion/clients/cmdline/svn checkout \
http://svn.collab.net/repos/svn/trunk svn
This starts up OK, but dies before completing. For example:
A svn/doc/book/book/images/ch02dia4.png
A svn/doc/book/book/images/ch05dia1.png
A svn/doc/book/book/images/ch04dia1.png
svn: RA layer request failed
svn: could not checkout a file
svn: GET of /repos/svn/!svn/bc/5189/trunk/doc/book/book/images/ch04dia1.png: 500 Internal Error
If I delete the (partial) checked-out tree and start again,
I get a similar result: it always fails, after making significant
progress. It fails at different points each time, and with various
errors. For example:
A svn/packages/win32-innosetup/tools/mk_svndoc.pl
A svn/packages/win32-innosetup/tools/svnpath
svn: RA layer request failed
svn: PROPFIND of /repos/svn/!svn/bc/5189/trunk/packages/win32-innosetup/tools/svnpath: 500 Internal Error
I also tried to complete the checkout, but this is unsuccessful:
> cd svn
> ../subversion-r5118/subversion/clients/cmdline/svn update
svn: RA layer request failed
svn: REPORT request failed on /repos/svn/trunk
svn: REPORT of /repos/svn/trunk: 404 Not Found
I am accessing through a http proxy and have configured my .subversion/servers
file accordingly.
I would appreciate suggestions on:
1. why my checkout is failing
2. (or) what additional information I should gather to help answer (1)
3. why my update is failing
4. (or) what additional information I should gather to help answer (3)
thanks,
Neal.
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Mon Mar 3 15:20:21 2003