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

Re: apr_error: #20014 connecting to local server (httpd2)

From: Philip Martin <philip_at_codematters.co.uk>
Date: 2001-12-22 19:25:06 CET

Philip Martin <philip@codematters.co.uk> writes:

>
> > LoadModule dav_svn_module modules/libmod_dav_svn.so
> > <IfModule dav_svn_module>
> > <Location /svn/repo>

repo *not* repos

> > DAV svn
> > SVNPath /home/jcheng/svninst/repo
> > </Location>
> > </IfModule>
> >
> > Then I tried checking out the repository using svn
> >
> > $ svn co http://127.0.0.1:11111/svn/repos -d wc
                                            ^
repos *not* repo. You can use either, but they must match.

> >
> > apr_error: #20014, src_err 0 : <Error string not specified yet>
> > The OPTIONS response did not include the requested
> > activity-collection-set.
>
> I get this error when the repository does not exist at the specified
> location. You should see the following in a newly created repository
>
> $ ls /home/jcheng/svninst/repo
> README conf dav db hooks locks
>
> If 'svn --version' reports that the ra_local module is available then
> you can check that the repository is OK using
>
> $ svn co file:///home/jcheng/svninst/repo -d wc

-- 
Philip
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Sat Oct 21 14:36:53 2006

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

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