Modify ↓
Opened 20 years ago
Closed 20 years ago
#814 closed enhancement (duplicate)
Ability to download tarball from Repo Browser
Reported by: | anonymous | Owned by: | Jonas Borgström |
---|---|---|---|
Priority: | normal | Milestone: | |
Component: | version control/browser | Version: | 0.7.1 |
Severity: | normal | Keywords: | |
Cc: | Branch: | ||
Release Notes: | |||
API Changes: | |||
Internal 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 (0)
Change History (2)
comment:1 by , 20 years ago
Summary: | Ability to download tarbal from Repo Browser → Ability to download tarball from Repo Browser |
---|
comment:2 by , 20 years ago
Resolution: | → duplicate |
---|---|
Status: | new → closed |
Note:
See TracTickets
for help on using tickets.
Duplicate of #238.