On Sun, Oct 16, 2011 at 1:46 PM, Richard Hipp <[email protected]> wrote:
> > > On Sun, Oct 16, 2011 at 4:01 PM, Matt Welland <[email protected]> wrote: > >> As far as I can tell if a tag is moved (added to another commit and >> deleted from the old commit) there is no easily accessible history kept as >> to where it pointed to in the past, is that correct? I couldn't see any >> option for getting the history of a tag in the ui. >> > > Fossil preserves the complete history, but, as you observe, not in an > easily accessible form. It could hold this information in a more easily > accessible form, and make available reports on the history of a tag, but we > never done so before because nobody has every needed that functionality > before. > > Some limited history is displayed. For example in > http://www.fossil-scm.org/fossil/info/00fe2606 you can see that the > "closed" tag was removed from the check-in by artifact > http://www.fossil-scm.org/fossil/info/8b1634f757 - but there is no record > in the SQL tables of the artifact that added the closed tag in the first > place. > > Perhaps tag changes should be displayed on the timeline? > I think this would address the concerns I was asked to address. Namely, if someone accidentally deletes or moves a tag how do we get back where it *should* have been. I didn't see that the canceled tag was referenced as such on the check-in page. Having mention of the tag changes on the timeline would make it visible and easy to track down what happened. It looks like by viewing each check-in in the history we can manually extract this information if necessary. > > _______________________________________________ >> fossil-users mailing list >> [email protected] >> http://lists.fossil-scm.org:8080/cgi-bin/mailman/listinfo/fossil-users >> >> > > > -- > D. Richard Hipp > [email protected] > > _______________________________________________ > fossil-users mailing list > [email protected] > http://lists.fossil-scm.org:8080/cgi-bin/mailman/listinfo/fossil-users > >
_______________________________________________ fossil-users mailing list [email protected] http://lists.fossil-scm.org:8080/cgi-bin/mailman/listinfo/fossil-users

