You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@subversion.apache.org by Andrew Hogue <ho...@cs.yorku.ca> on 2002/11/26 02:04:50 UTC

SVN Trouble on Win95

Hi,

I just installed the SVN client version on my old windows 95 laptop.  It
installed fine but it doesn't want to work properly.

I go to my msdos prompt and type in something like:

svn co http://myhost.net/svn/repos ./

and it gives me the following error:
svn: RA layer request failed
svn: PROPFIND of /: Could not resolve hostname 'myhost.net':Host not found

but it is accessible because I can ping the host I'm specifying and it
resolves and gives me an ip address.

So, I tried just specifying the ip address now like:
svn co http://myipaddress/svn/repos ./

and it gives a slightly different error message:

svn: RA layer request failed
svn: PROPFIND of /: could not connect to server

What could this be?  Do I have to install something else or update some
DLL file?

Thanks for your help,

-- Andrew




---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org