Introducing svnLogBrowser, a free web-based frontend for
browsing through
commit logs from any Subversion repository, released under
the GNU GPL.
It gives developers a tool for quickly locating changes,
reviewing peer
developer's commits, or just a general overview of what
recent changes
have been made to a project.
svnLogBrowser is built on top of pysvn, making updates fast
and efficient
and code maintenance kept at a minimum. Thanks to the pysvn
developers
for making this possible.
Official Website:
http://svnlogbrowser.org/
a>
Live Demos:
http://svnlogbrowser.o
rg/demo/ (*The* Subversion Repo)
http://wx.ibaku.net/ch
angelog/ (wxWidgets/wxPython Repo)
Features:
* Quick, fulltext searches on changed paths or logs of all
commits.
* Ability to syndicate only specific SVN paths, not just
whole repos.
* Identifies configured trunk, tag, or branch commits.
* Visitors can browse and search through individual
developers' commits.
* Automatic links to path logs and file diffs.
(only ViewVC is currently supported, more to follow soon)
* Automatic direct links to changed SVN files/paths.
(only when using http[s]:// Subversion URLs)
* Customizable display names for developers.
* Commit counts for each developer.
* Optimized interface only shows active developers by
default.
* Supports multiple changelogs in single installation.
* Stores current view settings in URL for linking to peers.
* Large commits can be hidden by default. (optimized with
AJAX)
* Easy to use web installation and configuration script.
Requirements:
* Webserver with PHP 4.3 or later
* MySQL 4.1 or later (untested on 4.0)
* Python 2.4 or later
* Python Modules: MySQLdb, pysvn
If this is relevant, please post to the appropriate lists.
Special thanks to Tim Kosse (of Filezilla) for his help with
this.
Regards,
Bryan Petty
------------------------------------------------------------
---------
To unsubscribe, e-mail: users-unsubscribe pysvn.tigris.org
For additional commands, e-mail: users-help pysvn.tigris.org
|