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

Re: mod_dav_svn

From: Jay Paulson <jpaulson_at_sedl.org>
Date: 2005-03-03 22:39:30 CET

> (keep it on the list, please...
> <http://www.eyrie.org./~eagle/faqs/questions.html>)
>
> Jay Paulson wrote:
>>>> I installed Subversion on my machine using yum. I need to set it up
>>>> under Apache and I did a system search for mod_dave_svn and the
>>>> results came up empty. Where can I get the file and where do I put
>>>> it on my system?
>>>
>>> Try mod_dav_svn instead (no "e" on dav).
>>>
>>
>> doh! Stupid typo. Here's what I type below and what is returned.
>>
>> [root@webdev html]# find / -name 'mod_dav_svn'
>> [root@webdev html]# locate 'mod_dav_svn'
> /var/spool/up2date/mod_dav_svn-1.1.2-2.3.x86_64.hdr
>
> Your find command, above, will only return files or folders
> called "mod_dav_svn" exactly, which is why it did not find
> the up2date/yum header.
>
> On the other hand, you could use something like the
> following to find filenames that *begin* with "mod_dav_svn":
> # find -name 'mod_dav_svn*'
>
> You have the header for it, so you should be able use up2date
> to install it.
>
> One of the two commands below should work.
> # up2date --install mod_dav_svn
> # yum install mod_dav_svn

I did that search and it didn't return anything. I did the up2date and
yum install and now I've got it! Thanks for your help! I really need
to learn more about this kind of stuff :)

jay

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Thu Mar 3 22:42:21 2005

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

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