canmove, Confirmed users
345
edits
(→Getting A Specific Release: Add a note that you have to specify the right branch.) |
|||
Line 27: | Line 27: | ||
That would check out Bugzilla 3.5.1 into a directory called "bz-3.5.1". | That would check out Bugzilla 3.5.1 into a directory called "bz-3.5.1". | ||
To see a list of all the tags available on a particular branch, just switch to the directory that you checked out into and do '''<code>bzr tags</code>'''. | Note that you have to specify the right branch, also, for the release you want. So, for 3.6.1, you would do: | ||
<pre>bzr co -r tag:bugzilla-3.6.1 bzr://bzr.mozilla.org/bugzilla/3.6 bugzilla-3.6.1</pre> | |||
Note that that command reads <code>bugzilla/3.6</code> instead of <code>bugzilla/trunk</code>. | |||
To see a list of all the tags available on a particular branch, just check out the branch without any tag, switch to the directory that you checked out into, and do '''<code>bzr tags</code>'''. | |||
== Checking Out Over HTTP == | == Checking Out Over HTTP == |