> Masamichi-san, how did you do the migration? Maybe Gavin can simply > clone your version, which would be the simplest solution, of course.
I used `git svn` something like the followings. First: $ git svn init -s --no-metadata --prefix=svn/ svn://svn.savannah.gnu.org/texinfo Update: $ git svn fetch $ git checkout master $ git merge svn/trunk
