1 post tagged “trac”
UPDATE: See the first comment, It's built in and easy! And apparently completely undocumented anywhere on the internets...
Hey you geeks out there! I'm looking for a "nightly build" or on-demand archive plugin for Subversion or Trac and I'm wondering if perhaps the Greater Vox knowledge base has any leads for me.
What I would hope to do is make something like this accessible to normal users who don't know what Subversion is via a special URL. For example, if they are trying to get a zip archive of:
http://code.sixapart.com/trac/mtplugins/browser/trunk/RebuildQueue/
...they could just go to:
http://code.sixapart.com/trac/mtplugins/browser/trunk/RebuildQueue/download/zip
...or maybe:
http://code.sixapart.com/svn/mtplugins/trunk/RebuildQueue/download/zip
The actual URLs aren't the important part here. What is important is that there is a brainless way to get a downloadable archive of source code via a browser from Trac or Subversion and that implementing this system is equally brainless.
Is there anything out there which does this or is this really a roll-your-own system?