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

[PATCH] Add feature for automatic html page generation from commits

From: Patrick Grawehr <pgrawehr_at_hotmail.com>
Date: 2005-08-07 18:21:33 CEST

I don't have a mail server set up on the system which hosts my subversion
repository, but I wanted to have something like the automated commit message
generation anyway. So far, this was usually done by a special mailing script
that was member of the commit-mail-notification group and displayed those
archieved mails to the user as html pages (like the ones on subversion's
host work, too). I modified the commit-email.pl file in such a way that it
directly creates html pages which can be viewed by the browser (Apache is
running anyway).

[[[
[in tools/hook-scripts]
* head.html.tmpl
* post-commit.bat.in
* tail.html.tmpl
* indexhead.html.tmpl
* commit-html.pl.in New files

These files help directly generating html files from the post-commit hook,
to build up a descriptive list of all the changes in a repository.
(Alternative for commit-email.pl on Windows)

Flaws: HTML templates need to be adapted to the specific look of a web-page.
Does not scale well for very large repositories, since all commits are
indexed on a single page.
]]

_________________________________________________________________
Umfangreich, essenziell und aktuell! Auf MSN Search werden Sie schnell
fündig! http://search.msn.ch/

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org

Received on Sun Aug 7 20:01:46 2005

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.