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

Re: Compiling mod_dav_svn against an installed Apache2 instance ?

From: Ryan Schmidt <subversion-2010d_at_ryandesign.com>
Date: Sat, 16 Oct 2010 09:14:39 -0500

On Oct 16, 2010, at 09:01, Nelson Cabral wrote:

> Nope. Find doesn't return files with such names.
>
> When ipkg says that apr-util-1.3.9-1 is installed. Does the '-1' at
> the end means something ?
>
> I'm currently downloading required sources supposing 1.3.9-1 means 1.3.9.

"apr-util-1.3.9-1" presumably means this is the first revision of apr-util 1.3.9 packaged in ipkg. I do not know whether ipkg convention is to start revision numbers with 0 or 1.

Note that before we were talking about apr, and now you're talking about apr-util. These are related, but separate pieces of software.

I would be nervous about trying to install software on top of or next to software installed by a package manager. I would want to let the package manager do it instead to ensure I didn't overwrite something.

I realize you ran "find" and it didn't find an apr-devel, but I do not know how ipkg works, and do not know for certain that the list of available packages would be represented as individual files on your drive. (It might be stored in a single file as an index, or on a server.) You should learn how to use ipkg to search for packages, and see if a package for apr-devel or mod_dav_svn exists.
Received on 2010-10-16 16:15:22 CEST

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.