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

[jira] [Commented] (MYRIAD-144) Podling Incubator Site

2015-10-30 Thread Jim Klucar (JIRA)
[ https://issues.apache.org/jira/browse/MYRIAD-144?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=14983681#comment-14983681 ] Jim Klucar commented on MYRIAD-144: --- PR submitted. https://github.com/apache/incubator-myriad/pull/30 >

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: Myriad, MFS and CLDB

2015-10-30 Thread Santosh Marella
>Apologies for the unusual post but in the absence of a user list I am >sort of left without other options. :-) No worries. We hope to create a user@ soon after we see an increase in emails like this to dev@. So, welcome and keep them coming! >I have been keeping an eye on Myriad as we run a

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