Subject: Re: [Boost-users] Storing boost as a 'vendor library' within svn and minimising it's size
From: Jonathan Franklin (franklin.jonathan_at_[hidden])
Date: 2010-07-14 11:31:19


On Wed, Jul 14, 2010 at 3:29 AM, Mathias Gaunard
<mathias.gaunard_at_[hidden]> wrote:
> Isn't it weird to put binaries under revision control?

Binaries can have revisions too, can't they?
;-)

But seriously, there are a *lot* of shops out there that like to put
pre-built third party libs under revision control. When I first was
introduced to the practice, it took me a while to get over my "source
only" mentality.

Jon