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

Re: [Subclipse-users] What is Tags column on Resource History used for?

From: Eugene Kuleshov <eu_at_md.pp.ru>
Date: 2006-03-15 21:30:24 CET

Mark Phippard wrote:

>> BTW, you didn't respond to my question why revision is needed in tag
>> property and it does not described in the documentation.

> The revision is the main thing we need. It is used in the history view to
> know which revisions to decorate with which tags. It would be impossible
> to discover that information dynamically.

   I wouldn't say it is impossible.
   Since that property is on the project level you can scan trough all
tags/branches it is describing once and save discovered revisions locally.

>> Right, but creating a tag from branch copy won't show you the initial
>> tag information because it was left behind in a head. That is what I am
>> trying to say.

> I don't think I agree, but I am not sure I understand either. I think the
> feature is working correctly if you trace it out.

   Let's start over. I could be wrong, but here is what I saw:

   1) head version
   2) create tag1 from head
   3) history for head shows tag1
   4) history for tag1 shows no tag1
   5) create tag2 from head
   6) history for tag2 shows tag1 but not tag2
   7) create branch1 from tag1, history for branch1 shows no tag1.

   I think 7) is a big problem. 6) and 4) also problems but probably
smaller ones.

   regards,
   Eugene

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subclipse.tigris.org
For additional commands, e-mail: users-help@subclipse.tigris.org
Received on Wed Mar 15 21:30:51 2006

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.