$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
From: Vladimir Prus (ghost_at_[hidden])
Date: 2007-09-18 11:09:01
David Abrahams wrote:
>> Just a caution that svn externals are not the panacea they are made
>> out to be.
>
> We've had plenty of those warnings already, but I'm not claiming
> they're a panacea. I'm only claiming that if you want a directory in
> your SVN working development copy that has the exact structure of a
> Boost installation's include directory, svn:externals makes it
> possible.
And how will you handle header files directly in 'boost' dir? svn:externals
only work on directories.
- Volodya