Ticket #814 (closed enhancement: duplicate)
Ability to download tarball from Repo Browser
| Reported by: | anonymous | Owned by: | jonas |
|---|---|---|---|
| Priority: | normal | Milestone: | |
| Component: | version control/browser | Version: | 0.7.1 |
| Severity: | normal | Keywords: | |
| Cc: |
Description
It would be nice to be able te get a tgz tarball from the current subversion location in the Browser Module.
viewcvs already have this.
pseudo code snippet with the relevant python functionality (>= 2.3)
import tarfile import sys tar = tarfile.open(sys.stdout, 'w:gz') tar.add(svn.repolocation) tar.close()
Attachments
Change History
Note: See
TracTickets for help on using
tickets.


