[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

RE: Unable to check out

From: Rob Segal <rsegal_at_3dna.net>
Date: 2004-08-11 15:47:50 CEST

I don't know if this is related to your problem Srini but I found that using
a full URL to checkout from a repository did not work with machines that
we're on the same network as the SVN server machine or the SVN server
machine itself.

So instead of something like this...

  http://svn.mydomain.com/svn/myRepository

I had to use this...

  http://myServer/svn/myRepository

where myServer is the name of the SVN server on the network. Hope that
helps.

-----Original Message-----
From: gsrinir@gmail.com [mailto:gsrinir@gmail.com]
Sent: Wednesday, August 11, 2004 8:30 AM
To: users@subversion.tigris.org
Subject: Unable to check out

I downloaded SVN (package version) for a sparc 9 machine and installed
it. I also installed the required packages like libgcc, libxml,
apache, etc that was mentioned in sunfreeware.com. I was then trying
to check out the source code with the below command:

%svn co http://svn.apache.org/repos/asf/incubator/beehive

svn: PROPFIND request failed on '/repos/asf/incubator/beehive'
svn: PROPFIND of '/repos/asf/incubator/beehive': Could not resolve
hostname `svn.apache.org': Host not found (http://svn.apache.org)

I get the above error and unable to proceed. I have web-dav available
when I run svn --version.

ra_dav : Module for accessing a repository via WebDAV (DeltaV) protocol.
 - handles 'http' schema

One thing what I could figure out is this could be a proxy problem as
I am behind a proxy server. The document says that I need to edit a
couple of files in the ./subversion directory, but I am unable to find
such a directory. All I have are files spread across in
/usr/local/bin/svn and /usr/local/apr and /usr/local/lib directories.
Kindly help me with this.

Thanks much.
Srini

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Wed Aug 11 15:57:23 2004

This is an archived mail posted to the Subversion Users mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.