Edgewall Software
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

Duplicate of #238.

View

Add a comment

Modify Ticket

Change Properties
<Author field>
Action
as closed
The resolution will be deleted. Next status will be 'reopened'
to The owner will be changed from jonas. Next status will be 'closed'
Author


E-mail address and user name can be saved in the Preferences.

 
Note: See TracTickets for help on using tickets.