# Building older Tags

**URL:** https://www.finalbuilder.com/forums/t/building-older-tags/5362
**Category:** Discussion
**Created:** [June 11, 2015, 10:36am UTC](https://www.finalbuilder.com/forums/t/building-older-tags/5362 "2015-06-11T10:36:00Z")
**Posts on this page:** 5
**Page:** 1

<div class="post-metadata">

### Author: ![sascha.isensee](https://www.finalbuilder.com/forums/letter_avatar_proxy/v4/letter/s/49beb7/32.png) [@sascha.isensee](https://www.finalbuilder.com/forums/u/sascha.isensee)
#### Post date: [June 11, 2015, 10:36am UTC](https://www.finalbuilder.com/forums/t/building-older-tags/5362/1 "2015-06-11T10:36:00Z")

</div>

Hi,  
  
why can’t i build older tags? we can switch between branch an tag but  
if we use tag we can’t select older tags only some of the last tags. why?  
  
kind regards  
  
Sascha I.

---

<div class="post-metadata">

### Author: ![Sparky](https://www.finalbuilder.com/forums/user_avatar/www.finalbuilder.com/sparky/32/10_2.png) [@Sparky](https://www.finalbuilder.com/forums/u/Sparky)
#### Post date: [June 11, 2015, 11:25am UTC](https://www.finalbuilder.com/forums/t/building-older-tags/5362/2 "2015-06-11T11:25:17Z")

</div>

Hi,  
  
We currently only list tags which are associated with changesets picked up by Continua. When a new repository is added to Continua or is reset, we only pick up the latest change on each branch. This is for performance reasons. We want you to get up and running as soon as possible.  
  
We plan to change this to allow your to choose to pick up older changesets or maybe even do this automatically in the background. At least we should be looking at &nbsp;picking up any changesets which are tagged.   
  
I know with svn (which I think you are using) tags are generally no different to branches. We are however trying to use an approach which works well with all repository types. &nbsp;

---

<div class="post-metadata">

### Author: ![sascha.isensee](https://www.finalbuilder.com/forums/letter_avatar_proxy/v4/letter/s/49beb7/32.png) [@sascha.isensee](https://www.finalbuilder.com/forums/u/sascha.isensee)
#### Post date: [June 11, 2015, 11:38am UTC](https://www.finalbuilder.com/forums/t/building-older-tags/5362/3 "2015-06-11T11:38:08Z")

</div>

Hi,   
  
 what is the sign/event for continua that a new Tag was created   
 and has to be listed?

---

<div class="post-metadata">

### Author: ![sascha.isensee](https://www.finalbuilder.com/forums/letter_avatar_proxy/v4/letter/s/49beb7/32.png) [@sascha.isensee](https://www.finalbuilder.com/forums/u/sascha.isensee)
#### Post date: [June 11, 2015, 11:48am UTC](https://www.finalbuilder.com/forums/t/building-older-tags/5362/4 "2015-06-11T11:48:48Z")

</div>

Mybe you know a workaround?!   
  
 what can i do that Continua list a newer/older Tag?

---

<div class="post-metadata">

### Author: ![Sparky](https://www.finalbuilder.com/forums/user_avatar/www.finalbuilder.com/sparky/32/10_2.png) [@Sparky](https://www.finalbuilder.com/forums/u/Sparky)
#### Post date: [June 12, 2015, 2:40am UTC](https://www.finalbuilder.com/forums/t/building-older-tags/5362/5 "2015-06-12T02:40:24Z")

</div>

Hi Sascha,  
  
Continua should list newer tags (at least tags created from newer changesets). If Continua detects a change in the tags folder - it checks the revision that it is copied from (using the copyfrom-rev attribute in the log output). It then associates that tag with the existing changeset with that revision number. If the changeset does not exist in the database then the tag is ignored.  
  
There’s currently nothing you can do about older tags.&nbsp;As I said, we are planning to update this to allow older changesets to be added to the database. It’s not a simple change &nbsp;- but it’s high on the list of priorities.  
  
If you are missing any newer tags which are created from a revision which listed on the changesets view then please send the output from the following command to [support@finalbuilder.com](mailto:support@finalbuilder.com)

`svn log {repository url}/tags/{tag name} --verbose --xml`

  
replacing {repository url} and {tag name} as relevant.
