This plugin makes Trac's and SVN's disk space usage visible in the admin page:
Existing bugs and feature requests forDiskUsagePlugin arehere.
If you have any issues, create anew ticket.
defect | 1 / 1 |
---|
Download the zipped source fromhere.
You can check outDiskUsagePlugin fromhere using Subversion, orbrowse the source with Trac.
Make the egg package:
python setup.py bdist_egg
Then copy the egg into your Trac plugins directory:
cp dist/*.egg /path/to/trac/plugins/
To activate the plugin, edit yourconf/trac.ini
file as follows:
[components]diskusage.diskusage.diskusage=enabled
#8509 fixed
#8509 fixed
Download all attachments as:.zip