Edgewall Software

Ticket #814 (closed enhancement: duplicate)

Opened 4 years ago

Last modified 4 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:

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

Changed 4 years ago by anonymous

  • summary changed from Ability to download tarbal from Repo Browser to Ability to download tarball from Repo Browser

Changed 4 years ago by cmlenz

  • status changed from new to closed
  • resolution set to duplicate

Duplicate of #238.

Add/Change #814 (Ability to download tarball from Repo Browser)

Author



Change Properties
<Author field>
Action
as closed
Next status will be 'reopened'
to The owner will change from jonas. Next status will be 'closed'
 
Note: See TracTickets for help on using tickets.