
22 May
2009
22 May
'09
3:28 p.m.
On Thu, May 21, 2009 at 2:40 PM, Vladimir Prus <vladimir@codesourcery.com>wrote:
troy d. straszheim wrote:
I share your worry. Probably some scm mechanism should take care of it. I'm out of ideas for the moment.
svn:externals in SVN allow you to have master copies of headers say in
libs/thread/include
and have a copy checked out into
boost/thread
while making commits in boost/thread work, and commit into the master copy. Disk requirements are a question, though.
I also really worried about this header issue. Volodya, thanks for the svn:externals suggestion. I'll try to learn more about svn:externals so I can form an opinion. --Beman