Modify ↓
Ticket #814 (closed enhancement: duplicate)
Opened 7 years ago
Last modified 7 years ago
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: | |||
| Release Notes: | |||
| API Changes: | |||
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
comment:1 Changed 7 years ago by anonymous
- Summary changed from Ability to download tarbal from Repo Browser to Ability to download tarball from Repo Browser
comment:2 Changed 7 years ago by cmlenz
- Resolution set to duplicate
- Status changed from new to closed
Note: See
TracTickets for help on using
tickets.



Duplicate of #238.