[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

[Subclipse-users] Associating a revision to a tag

From: Amit Dor-Shifer <amitds_at_oversi.com>
Date: Wed, 04 Jun 2008 11:13:20 +0300

Hi.

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"?

Thanks,
Amit

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe_at_subclipse.tigris.org
For additional commands, e-mail: users-help_at_subclipse.tigris.org
Received on 2008-06-04 10:29:32 CEST

This is an archived mail posted to the Subclipse Users mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.