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
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
svnadmin create <repository_path>
Then I have just the following in the apache2 config:
<Location /svn/repos>
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>
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
Alexis
---------------------------------------------------------------------
|
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.