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

RE: svn import fails for remote repository only

From: Sander Striker <striker_at_apache.org>
Date: 2002-04-11 10:01:15 CEST

> From: Alexis Huxley [mailto:ahuxley@gmx.net]
> Sent: 11 April 2002 09:51

> 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!

See the bits I underlined? ;)
 
> Alexis

Sander

---------------------------------------------------------------------
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:55:30 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.