Em Segunda 17 Abril 2006 09:52, Kevin Dangoor escreveu: > That is a good tip, but I don't know how well it works with TG. It > seems like for each tag/branch svn would want to pull in the externals > and you'd end up with a really huge, painful download (not to mention > a fairly large blob of stuff on your hard drive). One copy of a TG > checkout is pretty reasonable. Several copies would be a lot.
Is there the possibility of having different externals for each of these branches? If so, then there's no way to avoid that and people doing development *will* have to have those different versions installed. If not, then some layout changes could fix that. One example would be to have: - trunk - <what is current goes here> - branches - 1_0 - FirstClass - tags - 0_9a1 - 0_9a2 - 0_9a3 - 0_9a4 - 0_9a5 - 0_9rc1 - ... - thirdparty - external references here This would also make it possible to avoid having to checkout the thirdparty modules if you have other checkouts that are also present as thirdparty modules (I used to have a different structure here for SQLObject and formencode checkouts but then I had to remove it because of TG...). Since svn allows versioning this directory structure change it wouldn't be too impactant, but will require people to checkout the thirdparty part because it is in a different level than trunk. Be seeing you, -- Jorge Godoy <[EMAIL PROTECTED]> --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "TurboGears Trunk" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/turbogears-trunk -~----------~----~----~----~------~----~------~--~---
