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?
相关问题
- Using Subversion and SourceSafe at the same time?
- Using Subversion and Visual SourceSafe in parallel
- Restoring old version to current writable in Visua
- How to migrate VSS 2005 to TFS 2015?
- SVN Delete with wildcard?
相关文章
- Sourcesafe command line options
- Way to see all files ever checked into Visual Sour
- Can Perforce and SourceSafe co-exist in Visual Stu
- Performance in Subversion vs. SourceSafe
- Migrate a Source Safe database to SubVersion with
- Visual Source Safe --> TFS Migration
- Branching and Merging Strategies
- Setting up a large software system in Delphi
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.
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.