
5 Jun
2008
5 Jun
'08
8:15 p.m.
2008/6/5 James Sharpe <james.sharpe@gmail.com>:
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!