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

svn import fails for remote repository only

From: Alexis Huxley <ahuxley_at_gmx.net>
Date: 2002-04-11 09:50:45 CEST

Hi, just a short one this time :-) I got a bit further ... I can now
access local repositories. I used the following to create the single
repository in the first place:

    svnadmin create <repository_path>

and then I can import stuff in to it with:

    svn import file://<repository_path> <sources_path> <repository_subdir>

Then I did the same thing as root for creating a remotely accessible
respository - using a different path obviously :-)

    svnadmin create <repository_path>

Then I have just the following in the apache2 config:

    <Location /svn/repos>
        DAV svn
        SVNPath <repository_path>
    </Location>

I chown'ed the repository so the server runner has access to it.

Then as a normal user I ran:

     svn import http://localhost/repos/svn <sources_path> <repository_subdir>

But that produces:

    svn_error: #21091 : <RA layer didn't receive requested OPTIONS info>
    The OPTIONS response did not include the requested activity-collection-set.
    (Check the URL again; this often means that the URL is not WebDAV-enabled.)

In the Apache logs I see:

    127.0.0.1 - - [11/Apr/2002:09:39:53 +0200] "OPTIONS /repos/svn HTTP/1.1" 200 0

Now, I have *no* idea what that means :-) Does anybody else? What
is an activity-collection-set? What 'OPTIONS' info should have been
there? Why isn't Apache giving it to it? Thanks!

Alexis

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Thu Apr 11 09:51:39 2002

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.