You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@subversion.apache.org by Noel Yap <ya...@yahoo.com> on 2002/10/08 13:19:45 UTC

newbie checkout troubles

I've followed the INSTALL instructions to the best of
my ability (it's my first time installing Apache as
well) but I'm still unable to checkout.  The
repository is owned by myself and httpd is running as
myself.  Can someone give me some pointers, please?

I get the following:
nyap:staff@sundev2:~> svn co
http://localhost/svn/repo:8192 wc
svn: RA layer request failed
svn: PROPFIND of /: could not connect to server

nyap:staff@sundev2:~> tail -2
~/opt/httpd-2.0.43/logs/error_log 
[Tue Oct 08 09:03:51 2002] [warn] Init: Session Cache
is not configured [hint: SSLSessionCache]
[Tue Oct 08 09:05:45 2002] [notice] Apache/2.0.43
(Unix) mod_ssl/2.0.43 OpenSSL/0.9.6g DAV/2 SVN/0.14.3
(r3200) configured -- resuming normal operations

nyap:staff@sundev2:~> tail -6
~/opt/httpd-2.0.43/conf/httpd.conf
  DAV svn
  SVNPath /home/nyap/.svn-repo
  SetOutputFilter DEFLATE
</Location>

SSLRandomSeed startup
exec:/home/nyap/opt/mod_ssl-2.8.11-1.3.27/bin/truerand
256

Thanks,
Noel

__________________________________________________
Do you Yahoo!?
Faith Hill - Exclusive Performances, Videos & More
http://faith.yahoo.com

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

Re: newbie checkout troubles

Posted by Noel Yap <ya...@yahoo.com>.
--- Rafael Garcia-Suarez
<ra...@hexaflux.com> wrote:
> Noel Yap <ya...@yahoo.com> wrote:
> > I get the following:
> > nyap:staff@sundev2:~> svn co
> > http://localhost/svn/repo:8192 wc
> > svn: RA layer request failed
> > svn: PROPFIND of /: could not connect to server
> 
> You meant http://localhost:8192/svn/repo -- in all
> URLs the port
> number comes after the hostname. svn tried to
> connect on your
> machine using port 80.

I knew it was something grossly embarassingly stupid I
was doing (in the back of my mind, I was even thinking
the URL looked a bit strange).

Thanks much,
Noel

__________________________________________________
Do you Yahoo!?
Faith Hill - Exclusive Performances, Videos & More
http://faith.yahoo.com

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

Re: newbie checkout troubles

Posted by Rafael Garcia-Suarez <ra...@hexaflux.com>.
Noel Yap <ya...@yahoo.com> wrote:
> I get the following:
> nyap:staff@sundev2:~> svn co
> http://localhost/svn/repo:8192 wc
> svn: RA layer request failed
> svn: PROPFIND of /: could not connect to server

You meant http://localhost:8192/svn/repo -- in all URLs the port
number comes after the hostname. svn tried to connect on your
machine using port 80.

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

Re: newbie checkout troubles

Posted by Philip Martin <ph...@codematters.co.uk>.
Noel Yap <ya...@yahoo.com> writes:

> I get the following:
> nyap:staff@sundev2:~> svn co http://localhost/svn/repo:8192 wc

Did you call your repository "repo:8192" or is 8192 a port?  You
probably want to use http://localhost:8192/svn/repo as the URL.

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

-- 
Philip Martin

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