> From: Dave Hotchkiss [mailto:dave@supercomputerinc.com]
>
> ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
> Repository A (my code)
> -------------
> bigapplication
> /src
> bigappfile1.c
> bigappfile2.c
> bigappfile3.c
> /includes
> bigappfile1.h
> bigappfile2.h
> bigappfile3.h
> /third-party
> /includes
> magicfile1.h [external def]
> magicfile2.h [external def]
> magicfile3.h [external def]
>
> Repository B (third-party files)
> -------------
> magiclibs
> /src
> magicfile1.c
> magicfile1.h
> magicfile2.c
> magicfile2.h
> magicfile3.c
> magicfile3.h
> ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Is there any reason you can't have A/third-party/includes be externaled from
B/src? Yes, then the *.c files show up in it also, but that shouldn't
bother the C compiler.
Dale
---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Wed Mar 16 22:47:17 2005