monotone-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Monotone-devel] Re: ViewMTN 0.01


From: Bruce Stephens
Subject: [Monotone-devel] Re: ViewMTN 0.01
Date: Tue, 26 Apr 2005 15:38:25 +0100
User-agent: Gnus/5.11 (Gnus v5.11) Emacs/22.0.50 (gnu/linux)

address@hidden (Grahame Bowland) writes:

[...]

> It's in branch net.angrygoats.viewmtn on monotone.ucc.gu.uwa.edu.au,
> or you can just grab a tarball of the latest manifest in the
> webpage.  You'll also need a copy of net.angrygoats.goatpy as it
> uses some of the code in that.

Cool.  It also requires mod_python, with psp enabled.  (So apache2,
and mod_python 3.1.*.)  It appears that one needs to copy the goatpy
directory into whatever directory you're going to use (the setup.py
doesn't seem to work, so I think it would be necessary to copy anyway,
but that's where to copy it).

But that's all minor stuff, and would presumably be very easy for
someone who knows this stuff.  Otherwise it just works.

[...]

> If a revision is signed with multiple branches it should end up
> showing multiple branches at once? I'm not quite sure what it does
> in this case!

I wasn't thinking of that, so much as propagates, for example when
net.venge.monotone.sqlite3 is propagated to net.venge.monotone.  I
guess I'm thinking of this because of monotone-viz's ability to show
sub-branches, where showing this is natural.

I added this in /etc/apache2/sites-available/default:

    Alias /viewmtn/ "/arch/viewmtn/"
    <Directory "/arch/viewmtn/">
        Options Indexes MultiViews FollowSymLinks
        AllowOverride None
        AddHandler mod_python .psp
        PythonHandler mod_python.psp
        PythonPath "['/arch/viewmtn']+sys.path"
        DirectoryIndex index.psp

        Order deny,allow
        Deny from all
        Allow from 127.0.0.0/255.0.0.0 ::1/128
    </Directory>




reply via email to

[Prev in Thread] Current Thread [Next in Thread]