[GitHelp] varray (aka static_vector) to modular boost

I'm trying to bring varray over to github with modular boost, but since we just moved it from static_vector to varray the history is split between two directories. I have been able to run git svn on each directory independently and then pull the static_vector one into the varray one on a separate branch. I then want to stack all the versions so that they are continuous, but I am not sure how to do this. my steps so far: git svn clone http://svn.boost.org/svn/boost/sandbox/varray varray git svn clone http://svn.boost.org/svn/boost/sandbox/static_vector varray2 cp -a varray varray3 # backup # git pull command here that brings it into another branch Also, I'd be happy to take suggestions of better ways to accomplish this. I've noticed that all the dates on github.com/boostorgrepository changes are getting old and are up to nearly a month now, have the updates stopped working? Cheers! Andrew Hundt

on Fri Feb 01 2013, Andrew Hundt <athundt-AT-gmail.com> wrote:
I'm trying to bring varray over to github with modular boost, but since we just moved it from static_vector to varray the history is split between two directories. I have been able to run git svn on each directory independently and then pull the static_vector one into the varray one on a separate branch. I then want to stack all the versions so that they are continuous, but I am not sure how to do this.
my steps so far: git svn clone http://svn.boost.org/svn/boost/sandbox/varray varray git svn clone http://svn.boost.org/svn/boost/sandbox/static_vector varray2 cp -a varray varray3 # backup # git pull command here that brings it into another branch
Also, I'd be happy to take suggestions of better ways to accomplish this.
We are planning to move all of Boost's history using the same tool used by KDE: http://techbase.kde.org/Projects/MoveToGit/UsingSvn2Git I think that method gives you all the control you need to get the result you want. If it doesn't, please let us know. We are presently working on combining this branch manifest: https://github.com/ryppl/subconvert/blob/master/doc/branches.txt with this module manifest: https://github.com/ryppl/subconvert/blob/master/doc/modules.txt to produce rules for the KDE tool described above.
I've noticed that all the dates on github.com/boostorg repository changes are getting old and are up to nearly a month now, have the updates stopped working?
16 days == a little over two weeks. We've turned off the modularization process run by subconvert while we make the transition to using svn2git. -- Dave Abrahams BoostPro Computing Software Development Training http://www.boostpro.com Clang/LLVM/EDG Compilers C++ Boost

I think that method gives you all the control you need to get the result you want. If it doesn't, please let us know.
Great, thanks! I'll give it a try and report any problems.
I've noticed that all the dates on github.com/boostorg repository changes are getting old and are up to nearly a month now, have the updates stopped working?
16 days == a little over two weeks. We've turned off the modularization process run by subconvert while we make the transition to using svn2git.
Sorry, I didn't exaggerate deliberately. I think I got that number from some incorrect but related modular CMake. I was merely thinking that the time frame seemed long for an automated script and wasn't aware of this transition. :-) Cheers! Andrew Hundt
participants (2)
-
Andrew Hundt
-
Dave Abrahams