Re: [Help Needed from Mentors] Creation of a SVN folder for Myriad

2015-10-31 Thread Luciano Resende
This is how gitpubsub works, but i think they use the branch named content... Not sure if that's configurable. On Friday, October 30, 2015, Jim Klucar wrote: > I just submitted a pull request for the site code to be under the website/ > directory in our codebase. So

Re: [Help Needed from Mentors] Creation of a SVN folder for Myriad

2015-10-30 Thread Ted Dunning
OK. On Fri, Oct 30, 2015 at 4:38 PM, Santosh Marella wrote: > Ted, > > My mistake. I should have allowed the discussion to conclude before > raising the INFRA ticket. > > However, I should have been clearer upfront that we have already taken a > decision (in

Re: [Help Needed from Mentors] Creation of a SVN folder for Myriad

2015-10-30 Thread Ted Dunning
As a git-centric project, it might be handier to do the web-site on git. Not that the SVN work-flow is that hard. Just easier to have one tool than two. On Fri, Oct 30, 2015 at 12:56 PM, Luciano Resende wrote: > What is needed is to create a svnpubsub or gitpubsub for

Re: [Help Needed from Mentors] Creation of a SVN folder for Myriad

2015-10-30 Thread Santosh Marella
Thanks Luciano & Ted. We plan to have the website contents in git, as it is easier for reviews, and copy the contents to https://svn.apache.org/repos/asf/incubator/myriad/site from time to time. My understanding is that the contents from https://svn.apache.org/repos/asf/incubator/myriad/site can

Re: [Help Needed from Mentors] Creation of a SVN folder for Myriad

2015-10-30 Thread Santosh Marella
Amazingly, we now have https://svn.apache.org/repos/asf/incubator/myriad/site created and added to svnpubsub! Thanks to Geoffery Corey! Santosh On Fri, Oct 30, 2015 at 2:47 PM, Santosh Marella wrote: > Thanks Luciano & Ted. > > We plan to have the website contents in

Re: [Help Needed from Mentors] Creation of a SVN folder for Myriad

2015-10-30 Thread Santosh Marella
Ted, My mistake. I should have allowed the discussion to conclude before raising the INFRA ticket. However, I should have been clearer upfront that we have already taken a decision (in MYRIAD-144 ) to keep the website sources in git and

Re: [Help Needed from Mentors] Creation of a SVN folder for Myriad

2015-10-30 Thread Jim Klucar
I just submitted a pull request for the site code to be under the website/ directory in our codebase. So website/_site/* is the content we want published. Is it possible to create a website branch and have gitpubsub listen to that branch? Then it would only publish new content when we merged to

Re: [Help Needed from Mentors] Creation of a SVN folder for Myriad

2015-10-30 Thread Ted Dunning
Santosh, Yes. That is a fine work-flow. I helped develop it for Drill. But why do you want to copy the contents to SVN? Why copy the contents to SVN? Why use two toolsets for that? The contents of a git repo can also appear as the web-site via gitpubsub just as the contents of an SVN repo can.

Re: [Help Needed from Mentors] Creation of a SVN folder for Myriad

2015-10-30 Thread Luciano Resende
What is needed is to create a svnpubsub or gitpubsub for the website contents. This will make the content of the website pushed to https://svn.apache.org/repos/asf/incubator/myriad which will then make it appears as http://myriad.incubator.apache.org. If you have issues creating an infrastructure

[Help Needed from Mentors] Creation of a SVN folder for Myriad

2015-10-29 Thread Santosh Marella
Dear Mentors, Request your help on a couple of INFRA items to help launch Apache website for Myriad. 1. Myriad needs a "myriad" folder under https://svn.apache.org/repos/asf/incubator/ to place the artifacts required for the website. 2. The contents of