Re: Managing zyz.apache.org (was RE: WELCOME to dev@community.apache.org)

2015-01-09 Thread Branko Čibej
On 09.01.2015 15:43, Branko Čibej wrote: > On 09.01.2015 14:04, Ulrich Stärk wrote: >> If I'm not mistaken, SVN does the same (combine and compress all changes >> prior to sending it over >> the wire). > Not entirely; it sends deltas and will compress new files IF the server > has mod_deflate conf

Re: Managing zyz.apache.org (was RE: WELCOME to dev@community.apache.org)

2015-01-09 Thread Branko Čibej
On 09.01.2015 14:04, Ulrich Stärk wrote: > If I'm not mistaken, SVN does the same (combine and compress all changes > prior to sending it over > the wire). Not entirely; it sends deltas and will compress new files IF the server has mod_deflate configured (but they usually don't because there was

Re: Managing zyz.apache.org (was RE: WELCOME to dev@community.apache.org)

2015-01-09 Thread Ulrich Stärk
t;> >>>>> Essentially, github uses the same method as we do with svnpubsub. >>>>> >>>>>> Files are pushed to a repository and then from there pushed directly to >>>>>> the web site. >>>>>> >>>>>> Is there an

Re: Managing zyz.apache.org (was RE: WELCOME to dev@community.apache.org)

2015-01-08 Thread Branko Čibej
On 08.01.2015 19:01, jan i wrote: > On 8 January 2015 at 18:51, Branko Čibej wrote: > >> In cases like this I'd strongly recommend that you ask Infra to set up a >> small VM for you to build and host the Javadocs on, and link to that >> from your web site (or proxy it; the VM itself doesn't have t

Re: GitHub pages for git based Apache projects (Was: Re: Managing zyz.apache.org (was RE: WELCOME to dev@community.apache.org))

2015-01-08 Thread Ted Dunning
On Thu, Jan 8, 2015 at 3:29 AM, Bertrand Delacretaz wrote: > Hi, > > On Thu, Jan 8, 2015 at 10:14 AM, Ted Dunning > wrote: > > ...Apache Drill has been doing something like this for some time. They > use > > Jekyll from Github to render markdown as HTML and then commit the HTML to > > SVN to th

Re: Managing zyz.apache.org (was RE: WELCOME to dev@community.apache.org)

2015-01-08 Thread jan i
On 8 January 2015 at 18:51, Branko Čibej wrote: > On 08.01.2015 17:12, Robert Metzger wrote: > > Hi Brane, > > See answer inline: > > > > On Thu, Jan 8, 2015 at 4:29 PM, Branko Čibej wrote: > > > >> On 08.01.2015 09:55, Robert Metzger wrote: > >>> Hi, > >>> > If there is sufficient demand,

Re: Managing zyz.apache.org (was RE: WELCOME to dev@community.apache.org)

2015-01-08 Thread Branko Čibej
On 08.01.2015 17:12, Robert Metzger wrote: > Hi Brane, > See answer inline: > > On Thu, Jan 8, 2015 at 4:29 PM, Branko Čibej wrote: > >> On 08.01.2015 09:55, Robert Metzger wrote: >>> Hi, >>> If there is sufficient demand, however, that could change - the code >> that >>> would make this poss

Re: Managing zyz.apache.org (was RE: WELCOME to dev@community.apache.org)

2015-01-08 Thread Christopher
On Thu, Jan 8, 2015 at 11:24 AM, Roman Shaposhnik wrote: > On Wed, Jan 7, 2015 at 12:42 PM, Daniel Gruno > wrote: > > The main reason we do not support git in this workflow is that git does > not > > enable single-file checkouts, and that we haven't properly tested > gitwcsub > > (a git version

Re: Managing zyz.apache.org (was RE: WELCOME to dev@community.apache.org)

2015-01-08 Thread Roman Shaposhnik
On Wed, Jan 7, 2015 at 12:42 PM, Daniel Gruno wrote: > The main reason we do not support git in this workflow is that git does not > enable single-file checkouts, and that we haven't properly tested gitwcsub > (a git version of svnwcsub which is the frontend for svnpubsub) for web > sites yet. If

Re: Managing zyz.apache.org (was RE: WELCOME to dev@community.apache.org)

2015-01-08 Thread Robert Metzger
Hi Brane, See answer inline: On Thu, Jan 8, 2015 at 4:29 PM, Branko Čibej wrote: > On 08.01.2015 09:55, Robert Metzger wrote: > > Hi, > > > >> If there is sufficient demand, however, that could change - the code > that > > would make this possible does exist. > > > > I would like to express dema

Re: Managing zyz.apache.org (was RE: WELCOME to dev@community.apache.org)

2015-01-08 Thread jay vyas
Thanks for the feedback ! How about, then this solution : A cron job which copies all files from site/ in xyz apache project, into /content, every day, and does a svn commit. 1) We can try this for one of our projects (maybe i can propose it bigtop) ... and if it works Maybe even donate/broaden i

Re: Managing zyz.apache.org (was RE: WELCOME to dev@community.apache.org)

2015-01-08 Thread David Nalley
On Thu, Jan 8, 2015 at 10:24 AM, jay vyas wrote: > IS the ASF okay with simply doing a one time commit to SVN, of a single > HTML page which forwards to gh-pages? > I am pretty sure there is a brand requirement that the project's web site is at $foo.a.o - http://www.apache.org/foundation/marks/pm

Re: Managing zyz.apache.org (was RE: WELCOME to dev@community.apache.org)

2015-01-08 Thread Bertrand Delacretaz
On Thu, Jan 8, 2015 at 4:24 PM, jay vyas wrote: > ...IS the ASF okay with simply doing a one time commit to SVN, of a single > HTML page which forwards to gh-pages?.. You mean redirect to github which has the actual content? That's not ok IMO, like our source code our websites have to be hosted

Re: Managing zyz.apache.org (was RE: WELCOME to dev@community.apache.org)

2015-01-08 Thread Branko Čibej
On 08.01.2015 09:55, Robert Metzger wrote: > Hi, > >> If there is sufficient demand, however, that could change - the code that > would make this possible does exist. > > I would like to express demand from the Flink project. svn is a pain to use > (since we host javadocs and our documentation on o

Re: Managing zyz.apache.org (was RE: WELCOME to dev@community.apache.org)

2015-01-08 Thread jay vyas
IS the ASF okay with simply doing a one time commit to SVN, of a single HTML page which forwards to gh-pages? On Thu, Jan 8, 2015 at 9:19 AM, David Nalley wrote: > On Thu, Jan 8, 2015 at 3:55 AM, Robert Metzger > wrote: > > Hi, > > > >> If there is sufficient demand, however, that could change

Re: Managing zyz.apache.org (was RE: WELCOME to dev@community.apache.org)

2015-01-08 Thread David Nalley
On Thu, Jan 8, 2015 at 3:55 AM, Robert Metzger wrote: > Hi, > >> If there is sufficient demand, however, that could change - the code that > would make this possible does exist. > > I would like to express demand from the Flink project. svn is a pain to use > (since we host javadocs and our docume

Re: Managing zyz.apache.org (was RE: WELCOME to dev@community.apache.org)

2015-01-08 Thread Christopher
;>> Essentially, github uses the same method as we do with svnpubsub. > >>>> > >>>>> Files are pushed to a repository and then from there pushed directly > to > >>>>> the web site. > >>>>> > >>>>> Is t

Re: GitHub pages for git based Apache projects (Was: Re: Managing zyz.apache.org (was RE: WELCOME to dev@community.apache.org))

2015-01-08 Thread Bertrand Delacretaz
Hi, On Thu, Jan 8, 2015 at 10:14 AM, Ted Dunning wrote: > ...Apache Drill has been doing something like this for some time. They use > Jekyll from Github to render markdown as HTML and then commit the HTML to > SVN to that pubsub carries it to the right places... Do you have URLs that show how

Re: Managing zyz.apache.org (was RE: WELCOME to dev@community.apache.org)

2015-01-08 Thread Robert Metzger
the github model that you think differ >>>>> from how we do things? >>>>> Apart from it being git and not subversion, obviously. >>>>> >>>>> With regards, >>>>> Daniel. >>>>> >>>>> On 2015-01-07 21:06, j

Re: GitHub pages for git based Apache projects (Was: Re: Managing zyz.apache.org (was RE: WELCOME to dev@community.apache.org))

2015-01-08 Thread Ted Dunning
thub model that you think > >>>> differ from how we do things? > >>>> Apart from it being git and not subversion, obviously. > >>>> > >>>> With regards, > >>>> Daniel. > >>>> > >>>> On 2015-01-07 21:06, jay vyas w

Re: Managing zyz.apache.org (was RE: WELCOME to dev@community.apache.org)

2015-01-08 Thread Daniel Gruno
m. I'm managing the dev@community.apache.org mailing list. I'm working for my owner, who can be reached at dev-ow...@community.apache.org. Acknowledgment: I have added the address jayunit100.apa...@gmail.com to the dev mailing list. Welcome to dev@community.apache.org! Please sav

Re: Managing zyz.apache.org (was RE: WELCOME to dev@community.apache.org)

2015-01-08 Thread Robert Metzger
! >>>> >>>> Whats the simplest way to maintain the xyz.apache.org site? Right now >>>> we >>>> push to SVN, but would be great to use something like the github.io >>>> model, >>>> where the static pages are just hosted directly. >

Re: GitHub pages for git based Apache projects (Was: Re: Managing zyz.apache.org (was RE: WELCOME to dev@community.apache.org))

2015-01-08 Thread Benedikt Ritter
estion is different depending on what xyz is in >>> http://xyz.apache.org >>> >>> Probably the most common answer is http://www.apache.org/dev/cmsref.html >>> >>> Microsoft Open Technologies, Inc. >>> A subsidiary of Microsoft Corporation >>> &

Re: GitHub pages for git based Apache projects (Was: Re: Managing zyz.apache.org (was RE: WELCOME to dev@community.apache.org))

2015-01-08 Thread Sergio Fernández
msref.html Microsoft Open Technologies, Inc. A subsidiary of Microsoft Corporation -Original Message- From: jay vyas [mailto:jayunit100.apa...@gmail.com] Sent: Wednesday, January 7, 2015 12:30 PM To: dev@community.apache.org Subject: Re: WELCOME to dev@community.apache.org thanks daniel..

GitHub pages for git based Apache projects (Was: Re: Managing zyz.apache.org (was RE: WELCOME to dev@community.apache.org))

2015-01-08 Thread Benedikt Ritter
sidiary of Microsoft Corporation > > -Original Message- > From: jay vyas [mailto:jayunit100.apa...@gmail.com] > Sent: Wednesday, January 7, 2015 12:30 PM > To: dev@community.apache.org > Subject: Re: WELCOME to dev@community.apache.org > > thanks daniel... > > h

Re: Managing zyz.apache.org (was RE: WELCOME to dev@community.apache.org)

2015-01-07 Thread Daniel Gruno
jayunit100.apa...@gmail.com to the dev mailing list. Welcome to dev@community.apache.org! Please save this message so that you know the address you are subscribed under, in case you later want to unsubscribe or change your subscription address. --- Administrative commands for the dev list --

Managing zyz.apache.org (was RE: WELCOME to dev@community.apache.org)

2015-01-07 Thread Ross Gardler (MS OPEN TECH)
[mailto:jayunit100.apa...@gmail.com] Sent: Wednesday, January 7, 2015 12:30 PM To: dev@community.apache.org Subject: Re: WELCOME to dev@community.apache.org thanks daniel... here at bigtop we are 100% git based. so having an svn account , just to push changes to a site, seems to slow us down alot. is SVN

Re: WELCOME to dev@community.apache.org

2015-01-07 Thread jay vyas
>> at dev-ow...@community.apache.org. >>> >>> Acknowledgment: I have added the address >>> >>> jayunit100.apa...@gmail.com >>> >>> to the dev mailing list. >>> >>> Welcome to dev@community.apache.org! >

Re: WELCOME to dev@community.apache.org

2015-01-07 Thread Daniel Gruno
iling list. Welcome to dev@community.apache.org! Please save this message so that you know the address you are subscribed under, in case you later want to unsubscribe or change your subscription address. --- Administrative commands for the dev list --- I can handle administrative requests automatical

Re: WELCOME to dev@community.apache.org

2015-01-07 Thread jay vyas
I'm managing the > dev@community.apache.org mailing list. > > I'm working for my owner, who can be reached > at dev-ow...@community.apache.org. > > Acknowledgment: I have added the address > >jayunit100.apa...@gmail.com > > to the dev mailing list. > > Wel