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

Re: installing SVN 1.5.4 on Ubuntu 8 (hardy)

From: Michael Diers <mdiers_at_elego.de>
Date: Fri, 22 May 2009 16:22:01 +0200

Marc Lustig wrote:
> Thanks, Michael. I could install the package.
> However there was no dialogue to lead the installation process.
> No apache-modules have been installed, so I cannot use dav_svn.
> Any idea how to make it work?
[...]

Marc,

which package did you install, the one from hardy-backports or the one
from my PPA?

Anyway, Apache's dav_svn module is provided by package libapache2-svn:

$ apt-cache search dav_svn
libapache2-svn - Subversion server modules for Apache

I would not expect much of a "guiding dialogue" during installation;
there is nothing special about these packages compared to other Ubuntu
packages.

Please compare your installation method with the following procedure
(executed with root privileges):

# echo 'deb http://ppa.launchpad.net/mdiers/ppa/ubuntu hardy main' \
>> /etc/apt/sources.list

# apt-key adv --recv-keys --keyserver keyserver.ubuntu.com 51010C8C
...

# aptitude update
...

# aptitude show subversion libapache2-svn | egrep '^(Package|Version)'
Package: subversion
Version: 1.5.6dfsg-1-0ubuntu1~ppa1~hardy1
Package: libapache2-svn
Version: 1.5.6dfsg-1-0ubuntu1~ppa1~hardy1

# aptitude install subversion libapache2-svn
Reading package lists... Done
Building dependency tree
Reading state information... Done
Reading extended state information
Initializing package states... Done
Building tag database... Done
The following NEW packages will be automatically installed:
  libsvn1
The following NEW packages will be installed:
  libapache2-svn libsvn1 subversion
0 packages upgraded, 3 newly installed, 0 to remove and 0 not upgraded.
Need to get 2312kB of archives. After unpacking 6701kB will be used.
Do you want to continue? [Y/n/?]
Writing extended state information... Done
Get:1 http://ppa.launchpad.net hardy/main libsvn1
1.5.6dfsg-1-0ubuntu1~ppa1~hardy1 [850kB]
Get:2 http://ppa.launchpad.net hardy/main libapache2-svn
1.5.6dfsg-1-0ubuntu1~ppa1~hardy1 [152kB]
Get:3 http://ppa.launchpad.net hardy/main subversion
1.5.6dfsg-1-0ubuntu1~ppa1~hardy1 [1311kB]
Fetched 2312kB in 6s (361kB/s)
Selecting previously deselected package libsvn1.
(Reading database ... 55106 files and directories currently installed.)
Unpacking libsvn1 (from
.../libsvn1_1.5.6dfsg-1-0ubuntu1~ppa1~hardy1_amd64.deb) ...
Selecting previously deselected package libapache2-svn.
Unpacking libapache2-svn (from
.../libapache2-svn_1.5.6dfsg-1-0ubuntu1~ppa1~hardy1_amd64.deb) ...
Selecting previously deselected package subversion.
Unpacking subversion (from
.../subversion_1.5.6dfsg-1-0ubuntu1~ppa1~hardy1_amd64.deb) ...
Setting up libsvn1 (1.5.6dfsg-1-0ubuntu1~ppa1~hardy1) ...

Setting up libapache2-svn (1.5.6dfsg-1-0ubuntu1~ppa1~hardy1) ...
Enabling dav as a dependency
This module is already enabled!
Module dav_svn installed; run /etc/init.d/apache2 force-reload to enable.

Setting up subversion (1.5.6dfsg-1-0ubuntu1~ppa1~hardy1) ...
Processing triggers for libc6 ...
ldconfig deferred processing now taking place
Reading package lists... Done
Building dependency tree
Reading state information... Done
Reading extended state information
Initializing package states... Done
Writing extended state information... Done
Building tag database... Done

-- 
Michael Diers, Software Developer
elego Software Solutions GmbH, http://www.elego.de
------------------------------------------------------
http://subversion.tigris.org/ds/viewMessage.do?dsForumId=1065&dsMessageId=2352908
To unsubscribe from this discussion, e-mail: [users-unsubscribe_at_subversion.tigris.org].
Received on 2009-05-22 16:23:11 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.