
6 Feb
2005
6 Feb
'05
11:16 p.m.
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?
svn checkout http://foo.com/boost would this suffice?