From: pbristow_at_[hidden]
Date: 2019-07-03 17:10:31


-----Original Message-----
From: Boost <boost-bounces_at_[hidden]> On Behalf Of Peter Dimov via Boost
Sent: 3 July 2019 17:49
To: boost_at_[hidden]
Cc: Peter Dimov <pdimov_at_[hidden]>
Subject: Re: [boost] Link problem with graph and pending still appears
unresolved?

Paul A Bristow wrote:
> I naively did what I normally do to update to current develop branch
>
> git checkout develop
> git pull --recurse-submodules
> git submodule update --init
>
> followed by a boostrap.bat
>
> and b2 -a headers
>
> but perhaps that doesn't prune dead branches?

`git submodule update --init` creates directories as needed for new modules, but
it doesn't delete directories as needed (for removed modules.)

OK - it's a feature.

We don't do deleting often, so it won't bite many people, and Google should help
them find out what to do from this conversation.

Thanks

Paul