Boost logo

Boost :

From: James Sharpe (james.sharpe_at_[hidden])
Date: 2008-06-05 16:15:11


2008/6/5 James Sharpe <james.sharpe_at_[hidden]>:
> To be able to commit back to the boost repository you need to run:
>
> git svn init --stdlayout --prefix svn/ --rewrite-root
> https://svn.boost.org/svn/boost http://svn.boost.org/svn/boost
> git svn fetch
>

Apologies, I made a slight mistake in one of the commands. The correct
command to run is:

git svn init --stdlayout --prefix origin/svn/ --rewrite-root
https://svn.boost.org/svn/boost http://svn.boost.org/svn/boost

Note the addition of origin/ to the prefix option - otherwise you'll
end up fetching the entire history again from svn!


Boost list run by bdawes at acm.org, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk