Re: moving the site from SVN to git

2019-10-31 Thread Jon Haddad
Thanks for the help Michael and Nate. It took a couple wacks with a hammer but I've gotten the website to regenerate, pushing up the newest documentation and finally fixing the community page to link to the Slack channel as a priority over IRC. Jon On Wed, Oct 30, 2019 at 1:52 PM Jon Haddad

Re: moving the site from SVN to git

2019-10-30 Thread Jon Haddad
Thanks Michael, that's exactly what I needed. On Wed, Oct 30, 2019 at 1:44 PM Michael Shuler wrote: > Looks like the source markdown was added in the next commit. > http://svn.apache.org/viewvc?view=revision=1857226 > > (which I see in git as commit 157df5cdfb83cb2edd0051002736316f5f470ad9) > >

Re: moving the site from SVN to git

2019-10-30 Thread Michael Shuler
Looks like the source markdown was added in the next commit. http://svn.apache.org/viewvc?view=revision=1857226 (which I see in git as commit 157df5cdfb83cb2edd0051002736316f5f470ad9) Michael On 10/30/19 3:29 PM, Nate McCall wrote: Unfortunately my svn foo is about as atrophied as yours. I

Re: moving the site from SVN to git

2019-10-30 Thread Jon Haddad
I think I figured out what happened.. it's regenerating into a different directory than originally was. I'll dig into why. The site's already moved and publishing via git, I'm just trying to figure out the last couple wrinkles that I didn't spot in the process. On Wed, Oct 30, 2019 at 1:30 PM

Re: moving the site from SVN to git

2019-10-30 Thread Nate McCall
Unfortunately my svn foo is about as atrophied as yours. I followed the usual steps when publishing as I've done with the other posts, so no idea what happened? I dont have anything uncommitted locally either. Whatever we can do to get it showing until we move off SVN (or just move) is fine with

Re: moving the site from SVN to git

2019-10-30 Thread Jon Haddad
I figured out what was wrong with the site generation, I've pushed up a fix. I regenerated the site and noticed the blog post for streaming was marked as deleted, which was odd. I dug back through the history and found it an HTML file committed at

Re: moving the site from SVN to git

2019-10-29 Thread Jon Haddad
I'll take a look at the website generation. Thanks for fixing manually for now. On Tue, Oct 29, 2019 at 1:16 PM Michael Shuler wrote: > I have updated the new releases in: >src/_data/releases.yaml > > I ran through the docker build/run, yet the main index and download > pages of the site

Re: moving the site from SVN to git

2019-10-29 Thread Michael Shuler
I have updated the new releases in: src/_data/releases.yaml I ran through the docker build/run, yet the main index and download pages of the site were not modified with the new release versions and dates. I'm going to reset --hard and hand edit those pages. #justFYI Michael On 10/17/19

Re: moving the site from SVN to git

2019-10-17 Thread Scott Andreas
Thanks, Jon! From: Jon Haddad Sent: Thursday, October 17, 2019 7:07 AM To: dev@cassandra.apache.org Subject: Re: moving the site from SVN to git The migration is finished. I had to fix a few things along the way. The docker containers didn't build

Re: moving the site from SVN to git

2019-10-17 Thread Jon Haddad
The migration is finished. I had to fix a few things along the way. The docker containers didn't build correctly (based on debian:latest rather than a fixed tag), and the site had to be served out of the content directory rather than the publish one we were using. I'm going to address a couple

Re: moving the site from SVN to git

2019-10-09 Thread Jon Haddad
OK, I checked with INFRA on some details and will finish the migration tomorrow. On Thu, Oct 3, 2019 at 11:32 AM Jon Haddad wrote: > 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

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:

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

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

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

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?

Re: moving the site from SVN to git

2019-10-02 Thread Jon Haddad
Daniel referred me to the GitBox self service system. I've attempted to port the site over using the tool Michael suggested, but after a couple hours it died with this message: command failed: r922600 git checkout -f master If either of you (Mick or Michael) want to give svn2git a shot maybe

Re: moving the site from SVN to git

2019-10-02 Thread Jon Haddad
I created an INFRA ticket here: https://issues.apache.org/jira/browse/INFRA-19218. On Wed, Sep 25, 2019 at 6:04 AM Michael Shuler wrote: > I see no good reason to trash history. There are tools to make moving > from svn to git (hopefully) painless. We used git-svn for the main c* > source to

Re: moving the site from SVN to git

2019-09-24 Thread Mick Semb Wever
> Personally, no, I don't. What I need to know is if someone who actually > works on the site needs the history in *git*. Yes. I need the history in *git*. And I believe that INFRA can do the migration for you. (For example, INFRA-12055 and spark-website)

Re: moving the site from SVN to git

2019-09-24 Thread Anthony Grasso
Hi Jon, Thank you for actioning this! The only trivial things that come to mind for me is to do with documentation: - The README file with the instructions to build the site points to SVN - The website Publication page

Re: moving the site from SVN to git

2019-09-24 Thread Jon Haddad
Personally, no, I don't. What I need to know is if someone who actually works on the site needs the history in *git*. It would still be archived in SVN. On Tue, Sep 24, 2019 at 2:12 PM Joshua Drake wrote: > On Tue, Sep 24, 2019 at 1:44 PM Jon Haddad wrote: > > > While at apachecon I spoke

Re: moving the site from SVN to git

2019-09-24 Thread Joshua Drake
On Tue, Sep 24, 2019 at 1:44 PM Jon Haddad wrote: > While at apachecon I spoke with the folks at the INFRA desk to find out > about moving the website from SVN to Git, and it's pretty straightforward. > Here's the process: > > 1. Create a new Git repo fort the site > 2. Copy the files over. I