On Wed, Jun 4, 2008 at 4:13 AM, Amit Dor-Shifer <amitds_at_oversi.com> wrote:
> I'm looking for a way to easily figuring out which revision is associated
> with a certain tag I've attached to an object. E.G, I've a file with 6
> revisions, 3 tags, tag 1 was assigned to rev. 1, tag 2 -> rev 3, tag 3->rev
> 5, tag 4->rev 6. The association will then be:
>
> rev. tag.
> 1 1
> 2 1
> 3 2
> 4 2
> 5 3
> 6 4
>
> In my eclipse (Version: 3.3.1.1ת, Build id: M20071023-1652, subeclipse
> 1.2.4) There's a "tags" column in the "history" view. Its empty, even though
> there are tags associated to the examined file. I can see those tags when
> browsing my repo's tags/ directory. Over there, I can see which revision is
> associated with a tag. However this is the tag->revision association, while
> I'm looking for a revision->tag association. So, currently, what I'm doing
> is to laboriously go through tags/ till I hit a revision that's less than
> the one I'm looking for. I know of no other more efficient way.
>
> Would appreciate yr comments. Am I seeing this all wrong?
> Is there a bug in "tags" column display in the "history view"?
You have to manually create the tags information. See this write-up:
http://subclipse.tigris.org/branch_tag.html
--
Thanks
Mark Phippard
http://markphip.blogspot.com/
Received on 2008-06-04 14:29:30 CEST