How to view tags/ download tagged revision

Asked by edA-qa

Is there a way to view the bazaar tags on a given project?

Can I get to the revision via a tag name and download that version?

Question information

Language:
English Edit question
Status:
Solved
For:
Launchpad itself Edit question
Assignee:
No assignee Edit question
Solved by:
edA-qa
Solved:
Last query:
Last reply:
Revision history for this message
John A Meinel (jameinel) said :
#1

bzr tags
And bzr branch -r tag:TAG

John
=:->
On Jul 6, 2012 8:36 PM, "edA-qa" <email address hidden>
wrote:

> New question #202452 on Launchpad itself:
> https://answers.launchpad.net/launchpad/+question/202452
>
> Is there a way to view the bazaar tags on a given project?
>
> Can I get to the revision via a tag name and download that version?
>
> --
> You received this question notification because you are an answer
> contact for Launchpad itself.
>

Revision history for this message
edA-qa (eda-qa) said :
#2

No, I want to know if there is a way via the web interface. I know how to do it with bzr itself, but I'd like to know if there is some place to view tags in the lauchpad code section and possibly directly download that revision.

Revision history for this message
John A Meinel (jameinel) said :
#3

-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

On 7/7/2012 7:45 AM, edA-qa wrote:
> Question #202452 on Launchpad itself changed:
> https://answers.launchpad.net/launchpad/+question/202452
>
> Status: Answered => Open
>
> edA-qa is still having a problem: No, I want to know if there is a
> way via the web interface. I know how to do it with bzr itself, but
> I'd like to know if there is some place to view tags in the
> lauchpad code section and possibly directly download that
> revision.
>

Loggerhead (the web interface) does have support for generating a
tarball of a given revision, but I don't think it is enabled in the
Launchpad installation.

I don't know of a way to find a specific tag.

Probably the best way is to just use bzr itself for something like:

  bzr export -r tag:... foo.tar.gz

I realize it would be nice to have that via the web interface.

John
=:->

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.9 (Cygwin)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org/

iEYEARECAAYFAk/377IACgkQJdeBCYSNAANc0gCgpdRBLVhbxCSIkSrb05cFsgUD
us4AnioPe5y8DhWUfzumq5SFBHOI5lqK
=P/q3
-----END PGP SIGNATURE-----

Revision history for this message
edA-qa (eda-qa) said :
#4

The tarball download for a revision is available in the web interface. So what's missing is just a way to use a tag to get to that revision.