Re: Two trunks in one repository?
From: Geoff Hoffman <geoff.hoffman_at_jawa.com>
Date: Thu, 9 Sep 2010 14:12:52 -0700 (MST)
SVN won't care, but our IDE may not like it like that. The only reason I brought up svn:externals before is if PartA and PartB are already in SVN as their own repos (or trees under one repo) then ProjectD doesn't want a copy of those projects code, but rather a reference to them.
Thus, on ProjectD you'd have
svn propset svn:externals PartA ProjectA/tags/tagA1 PartB ProjectB/tags/tagB1
When you commit and update this, new folders appear (PartA and PartB) from svn checkout of tagA1 and tagB1 respectively. Update those tags or change externals to new tag, and your ProjectD gets the update at next svn up.
----- Original Message -----
I am thinking something like this:
ProjectD
Beleive me or not in our scenario the code of Part A and Part B never gets merged at any point. The only common part is that at the end of each release of Part A and Part B their output file is concetenated into a one single file which is then programmed on a hardware part by an external tool.
So for a scenario like that I would like to keep it very simple. Any feedback or comments regarding the above structure?
Thanks!
|
This is an archived mail posted to the Subversion Users mailing list.
This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.