[DUG] Source Control - Sharing files between projects
David Moorhouse
delphi at moorhouse.net.nz
Wed Sep 26 12:05:59 NZST 2007
On Wed, 26 Sep 2007 10:12:11 +1200, you wrote:
<snip>
>
>2. Most development companies must have similar shared source files. How do
>you structure your projects and source files? (Note: I am talking about
>source files used by projects here, not files which are compiled into VCL
>packages)
>
Use a branch/project layout rather than a project/branch structure
E.g.
/trunk/common
/trunk/proj1
/trunk/proj2
/branches/common
/branches/proj1
/branches/proj2
/tags/common
/tags/proj1
/tags/proj2
HTH
D
More information about the Delphi
mailing list