Perfect. Thanks Andy! I used the following command for svn to git conversion: git svn clone --trunk="https://svn.apache.org/repos/asf/jena/site/trunk/" --authors-file=authors.txt --ignore-paths="(content/documentation/javadoc|content/documentation/temp)" jena-site
Best way to move forward is for a Jena committer to clone [1] and push the 3 different branches to the Apache remote [2]. Pull requests can not be created since they need a base branch. And creating the branch means adding an initial commit which is not that handy when having the already existing history we want to keep. Is that something you can help out with Andy? ;) [1] https://github.com/rlenferink/jena-site [2] https://github.com/apache/jena-site On 2020/03/01 10:07:01, Andy Seaborne <[email protected]> wrote: > > Looks good - the log counts are about right for the TLP + the incubator > site. (I had failed to find out how to stitch the incubator site to the > TLP site across the SVN rename - out of curiosity, how did you do that?) > > Repo [2] created: > > https://gitbox.apache.org/repos/asf/jena-site.git > https://github.com/apache/jena-site > > Andy >
