
Alan Gutierrez wrote:
How do you propose a person asssembles a boost checkout?
Currently you simply run a single command to grab all of boost.
cvs -d [pserver] co [module]
Everything is pulled.
With the above, would I not have to checkout...
svn checkout http://foo.com/boost/shared_ptr/trunk shared_ptr svn checkout http://foo.com/boost/type_traits/trunk type_traits
... and so on, for every sub-library in boost?
No, I snipped the part of Troy's email that explained that. From http://lists.boost.org/MailArchives/boost/msg78400.php troy d. straszheim wrote:
To see a small test case, click around how things are organized at http://svn.resophonic.com/otherboost. You won't be able to see the externals properties in a web browser, but if you check out the trunk
svn co http://svn.resophonic.com/otherboost/trunk
you'll see that your directories get populated with the trunks of the sublibraries.
Setting it up will probably be a pain. But using it should be easy? Daniel