[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

RE: Pattern matching with external definitions

From: Dale Worley <dworley_at_pingtel.com>
Date: 2005-03-16 22:44:15 CET

> 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

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.