I wondering how everyone organizes their Subversion repository with regard to LabVIEW upgrades (e.g. 7.1, 8,2 8.6, 2009, etc). Is it better to create a new repository for each version of LabVIEW (so you don't accidentally recompile a previous version), or have one repository and create new folders for each version.
Example 1: A single repository
Quote
Main Repository
- LV7.1
- app1
app2
app3
- LV8.6
- app1
app2
app3
- LV9.0
- app1
app2
app3
Example 2: Multiple repositories for each LabVIEW version
Quote
- LV7.1 Repository
- app1
app2
app3
- LV8.6 Repository
- app1
app2
app3
- LV9.0 Repository
- app1
app2
app3
This is just a simplified representation, of coarse there are other organizational details such as branch/tag/trunk.
Thanks for the feed back

Help


Back to top
MultiQuote








