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

Re: svn.haxx.se is going away

From: Daniel Sahlberg <daniel.l.sahlberg_at_gmail.com>
Date: Sun, 27 Dec 2020 19:28:59 +0100

Common reply to Daniel Shahaf, Nathan & Greg.

As for mboxes, I'll look at how to make them accessible and take your
suggestions into consideration. Probably just a simple index file listing
all the mboxes (just like today).

I got the gitbox/github integration working and I managed to clone the
repo, but I don't have enough knowledge about puppet to really figure out
the proper change. Thanks for your help!

Den fre 25 dec. 2020 kl 18:17 skrev Daniel Shahaf <d.s_at_daniel.shahaf.name>:

> Post a list of packages you'd like installed?
>

Should be enough with the apache2 package (plus dependencies).

I use the following config on my dev machine. It probably should be
duplicated for svn-haxx.apache.org. The Document Root could/should be
changed to have the site outside of my ~.

<VirtualHost *:80>
        ServerName svn.haxx.se
        ServerAdmin ????
        DocumentRoot /home/dsahlberg/svnhaxx
        CustomLog logs/access.log combined
        <Directory "/home/dsahlberg/svnhaxx">
                Options Indexes MultiViews FollowSymLinks
                AllowOverride All
                Require all granted
        </Directory>
</VirtualHost>

 Kind regards
Daniel Sahlberg
Received on 2020-12-27 19:29:20 CET

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

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