Re: moving the site from SVN to git

2019-10-03 Thread Jon Haddad
Awesome, thanks Michael. We need to do a little bit of additional configuration to have it switch over. Specifically, we need to set up the .asf.yaml config to tell the servers how the site should be published. I can take care of it tomorrow. Reference: https://cwiki.apache.org/confluence/displ

Re: moving the site from SVN to git

2019-10-03 Thread Michael Shuler
committed! :) https://gitbox.apache.org/repos/asf?p=cassandra-website.git Michael On 10/3/19 12:22 PM, Jon Haddad wrote: I think we can safely ignore them. Thanks for figuring this out. On Thu, Oct 3, 2019 at 10:01 AM Michael Shuler wrote: I'm making progress through many periodic timeout

[GitHub] [cassandra-website] dependabot[bot] opened a new pull request #1: Bump jekyll from 3.4.3 to 3.6.3 in /src

2019-10-03 Thread GitBox
dependabot[bot] opened a new pull request #1: Bump jekyll from 3.4.3 to 3.6.3 in /src URL: https://github.com/apache/cassandra-website/pull/1 Bumps [jekyll](https://github.com/jekyll/jekyll) from 3.4.3 to 3.6.3. Release notes *Sourced from [jekyll's releases](https://github.c

Re: moving the site from SVN to git

2019-10-03 Thread Jon Haddad
I think we can safely ignore them. Thanks for figuring this out. On Thu, Oct 3, 2019 at 10:01 AM Michael Shuler wrote: > I'm making progress through many periodic timeouts to svn.a.o and > restarts, but it appears that svn2git is smart enough to pick up where > it left off. The first commit cap

Re: moving the site from SVN to git

2019-10-03 Thread Michael Shuler
I'm making progress through many periodic timeouts to svn.a.o and restarts, but it appears that svn2git is smart enough to pick up where it left off. The first commit captured at the svn path I'm specifying is when Cassandra was moved to a top level project at r922689 (2010-03-13). I don't know

Re: moving the site from SVN to git

2019-10-03 Thread Jon Haddad
Thanks for taking a look, Michael. Hopefully you have better luck than me :) On Thu, Oct 3, 2019 at 6:42 AM Michael Shuler wrote: > I cloned the empty cassandra-website git repo, and I'm running: > > svn2git http://svn.apache.org/repos/asf/cassandra/site --rootistrunk > --no-minimize-url > > ..

Re: moving the site from SVN to git

2019-10-03 Thread Michael Shuler
I cloned the empty cassandra-website git repo, and I'm running: svn2git http://svn.apache.org/repos/asf/cassandra/site --rootistrunk --no-minimize-url ..to see what I get. An svn checkout of the above url says it's only 69M, so I suppose it's pulling all history of all time for all projects?