We have a collection of 25 or so projects in a source safe database and we want to apply daily labels to each of them. Is there a limit to the number of labels that can be applied?

link|improve this question

@Mitch Wheat: That is typical for daily builds. New build applies a new label. – sharptooth Oct 29 '10 at 11:24
@sharptooth: yep, for some reason I thought the poster was talking about CI builds... – Mitch Wheat Oct 29 '10 at 23:51
feedback

2 Answers

up vote 1 down vote accepted

We've been using one repository for 5 years so far. It stores numerous projects and something like ten daily builds run every day on that repository. Every daily build creates a new label on some project every time it runs. So far we haven't seen any problems with possible labels exhaustion.

link|improve this answer
we considered this in our nightly build machine, but ultimately rejected labeling each nightly build - what are the benefits of this decision? Wouldn't it simply clutter the tree? – Nate Oct 29 '10 at 12:10
1  
@Nate: With labeling each build you can repeat every build at any moment in the future. For example, you release your software and nine months later you need to produce a patch - a new version of one of the numerous binaries - to address one specific problem. That will be much faster than release the software again. So you just grab all the sources using that label and apply only the necessary changes to them. – sharptooth Oct 29 '10 at 12:30
feedback

No, there is no practical limit. We once did what you ask about - daily builds applied a label with the build number, this went on for several years.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.