This issue is also occurring in Ubuntu 15.04.
I was able to fix it by modifying the following configuration script:
sudo vi /var/lib/dpkg/info/websvn.postinst
Replace the following configuration fragment:
OLD:
if [ ! -f /etc/$webserver/conf.d/websvn ] && [ ! -h
/etc/$webserver/conf.d/websvn ]; then
ln -s /etc/websvn/apache.conf /etc/$webserver/conf.d/websvn
restart="$restart $webserver"
fi
NEW:
if [ ! -f /etc/$webserver/sites-available/websvn.conf ] && [ ! -h
/etc/$webserver/sites-available/websvn.conf ]; then
ln -s /etc/websvn/apache.conf
/etc/$webserver/sites-available/websvn.conf
sudo a2ensite websvn
restart="$restart $webserver"
fi
Then force re-configuration by running:
sudo apt-get -f install websvn
This has to be hard fixed into the websvn package in ubuntu
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1313973
Title:
WebSVN 2.3.3-1.1 fails to install on Ubuntu 14.04 using apt-get
To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/websvn/+bug/1313973/+subscriptions
--
ubuntu-bugs mailing list
[email protected]
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs