This is my apache conf - looks like it's right out of the textbook:
<Location /svn>
DAV svn
SVNParentPath /svn
AuthType Basic
AuthName "Subversion repository"
AuthUserFile /svn/svn-auth-file
Require valid-user
</Location>
The security check works in a browser which then allows browsing
access to the repository. The manual says that if --username and --
password are left out of the svn command it and security is present
it will ask for username and password but it never gets past the bad
URL. I've also tried putting it in explicitly into the command line
so that it looks like this and it still doesn't work.
svn checkout http://svn.repository.com/svn/project1 --username dave --
password secret
Thanks,
Dave
On Mar 5, 2007, at 6:26 PM, Johnathan Gifford wrote:
> What does your Apache conf file look like for svn/project1?
>
> Johnathan
>
>>>> On Mon, Mar 5, 2007 at 5:11 PM, in message
> <FECBCE4C-31B0-4938-B4FC-BC9742A34225@mac.com>, David Jacopille
> <titanium9@mac.com> wrote:
>> I've configured Apache 2.2.4 and subversion 1.4.3 on OS X but I can't
>> seem to use the svn checkout command via WebDAV. If I use a command
>> like this either locally or remotely:
>>
>> svn checkout http://svn.repository.com/svn/project1
>>
>> It gives the error: Unrecognized URL scheme for 'http://
>> svn.repository.com/svn/project1'. Same if I use localhost or the IP,
>> with or without ports, trailing slashes. Seems like I directly
>> copied the format right out of the manual.
>>
>> Everything else is working nicely: local use of "svn checkout
>> file:///svn/project1" works great and browsing the exact same WebDAV
>> url via a browser shows the repository nicely so I can't imagine it's
>> something wrong with my URL or the repository.
>>
>> Any ideas?
>>
>> Thanks,
>> Dave
>>
>> ---------------------------------------------------------------------
>> To unsubscribe, e- mail: users- unsubscribe@subversion.tigris.org
>> For additional commands, e- mail: users- help@subversion.tigris.org
>
>
---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Tue Mar 6 01:03:58 2007