[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: Robert Hunter <robert.hunter_at_gen-i.co.nz>
Date: 2005-03-03 22:21:26 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

-- 
Robert Hunter
*****************************************************************************
This communication, including any attachments, is confidential.
If you are not the intended recipient, you should not read it
- please contact me immediately, destroy it, and do not copy
or use any part of this communication or disclose anything about it,
Thank you.
Please note that this communication does not designate an information system
for the purposes of the Electronic Transactions Act 2002
******************************************************************************
---------------------------------------------------------------------
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:24:35 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.