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



_______________________________________________
NZ Borland Developers Group - Delphi mailing list
Post: delphi@delphi.org.nz
Admin: http://delphi.org.nz/mailman/listinfo/delphi
Unsubscribe: send an email to [EMAIL PROTECTED] with Subject: unsubscribe

Reply via email to