You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@spark.apache.org by ma...@apache.org on 2013/07/08 15:42:05 UTC

svn commit: r1500725 - /incubator/spark/site/index.html

Author: mattmann
Date: Mon Jul  8 13:42:05 2013
New Revision: 1500725

URL: http://svn.apache.org/r1500725
Log:
Default index.html page per website request page.

Added:
    incubator/spark/site/index.html

Added: incubator/spark/site/index.html
URL: http://svn.apache.org/viewvc/incubator/spark/site/index.html?rev=1500725&view=auto
==============================================================================
--- incubator/spark/site/index.html (added)
+++ incubator/spark/site/index.html Mon Jul  8 13:42:05 2013
@@ -0,0 +1 @@
+<html><head><title>Apache Spark</title></head><body><h3>Future home of Apache Spark (Incubating)</h3></body></html>



Re: svn commit: r1500725 - /incubator/spark/site/index.html

Posted by "Mattmann, Chris A (398J)" <ch...@jpl.nasa.gov>.
Hey Matei,

Commit access is controlled by this file [1].
I've checked it out for spark:

[terra:~/tmp/authorization] mattmann% grep spark
asf-authorization-template
[terra:~/tmp/authorization] mattmann%


Looks like nothing there. So I went ahead and updated it:

[terra:~/tmp/authorization] mattmann% svn commit -m "Bootstrap Spark
website karma."
Sending        asf-authorization-template
Transmitting file data .
Committed revision 869650.
[terra:~/tmp/authorization] mattmann% grep spark asf-authorization-template
spark=matei,joshrosen,shivaram,woggle,bobby,tomdz,jasondai,shane_huang,matt
mann,suresh,rvs
[/incubator/spark]
@spark = rw
[terra:~/tmp/authorization] mattmann%


BTW, I've been keeping a Google Doc of the Spark PPMC info (whether
folks have filed an ICLA, their username, etc.) I am going to send it
in a separate thread (the link) -- can folks check that and let me know
if I don't have your info captured in there. For example in tasks
like this, having everyone's username makes it dead simple and knowing
who has submitted ICLAs and who hasn't is really needed.

Thanks!

Cheers,
Chris



[1] http://s.apache.org/svnauth

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Chris Mattmann, Ph.D.
Senior Computer Scientist
NASA Jet Propulsion Laboratory Pasadena, CA 91109 USA
Office: 171-266B, Mailstop: 171-246
Email: chris.a.mattmann@nasa.gov
WWW:  http://sunset.usc.edu/~mattmann/
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Adjunct Assistant Professor, Computer Science Department
University of Southern California, Los Angeles, CA 90089 USA
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++






-----Original Message-----
From: Matei Zaharia <ma...@eecs.berkeley.edu>
Reply-To: "dev@spark.incubator.apache.org" <de...@spark.incubator.apache.org>
Date: Friday, July 12, 2013 9:47 AM
To: "dev@spark.incubator.apache.org" <de...@spark.incubator.apache.org>
Subject: Re: svn commit: r1500725 - /incubator/spark/site/index.html

>Hey Chris, do people other than you have commit access to this yet? I
>might be missing something but I tried to svn commit and I get this:
>
>svn: Commit failed (details follow):
>svn: access to '/repos/asf/!svn/act/a4f3b6e0-0f36-485f-8d12-9e68583ba0b5'
>forbidden
>
>My svn info says:
>
>Path: .
>URL: http://svn.apache.org/repos/asf/incubator/spark/site
>Repository Root: http://svn.apache.org/repos/asf
>Repository UUID: 13f79535-47bb-0310-9956-ffa450edef68
>Revision: 1502606
>Node Kind: directory
>Schedule: normal
>Last Changed Author: mattmann
>Last Changed Rev: 1500725
>Last Changed Date: 2013-07-08 06:42:05 -0700 (Mon, 08 Jul 2013)
>
>On Jul 8, 2013, at 6:42 AM, mattmann@apache.org wrote:
>
>> Author: mattmann
>> Date: Mon Jul  8 13:42:05 2013
>> New Revision: 1500725
>> 
>> URL: http://svn.apache.org/r1500725
>> Log:
>> Default index.html page per website request page.
>> 
>> Added:
>>    incubator/spark/site/index.html
>> 
>> Added: incubator/spark/site/index.html
>> URL: 
>>http://svn.apache.org/viewvc/incubator/spark/site/index.html?rev=1500725&
>>view=auto
>> 
>>=========================================================================
>>=====
>> --- incubator/spark/site/index.html (added)
>> +++ incubator/spark/site/index.html Mon Jul  8 13:42:05 2013
>> @@ -0,0 +1 @@
>> +<html><head><title>Apache Spark</title></head><body><h3>Future home of
>>Apache Spark (Incubating)</h3></body></html>
>> 
>> 
>


Re: svn commit: r1500725 - /incubator/spark/site/index.html

Posted by Matei Zaharia <ma...@eecs.berkeley.edu>.
Hey Chris, do people other than you have commit access to this yet? I might be missing something but I tried to svn commit and I get this:

svn: Commit failed (details follow):
svn: access to '/repos/asf/!svn/act/a4f3b6e0-0f36-485f-8d12-9e68583ba0b5' forbidden

My svn info says:

Path: .
URL: http://svn.apache.org/repos/asf/incubator/spark/site
Repository Root: http://svn.apache.org/repos/asf
Repository UUID: 13f79535-47bb-0310-9956-ffa450edef68
Revision: 1502606
Node Kind: directory
Schedule: normal
Last Changed Author: mattmann
Last Changed Rev: 1500725
Last Changed Date: 2013-07-08 06:42:05 -0700 (Mon, 08 Jul 2013)

On Jul 8, 2013, at 6:42 AM, mattmann@apache.org wrote:

> Author: mattmann
> Date: Mon Jul  8 13:42:05 2013
> New Revision: 1500725
> 
> URL: http://svn.apache.org/r1500725
> Log:
> Default index.html page per website request page.
> 
> Added:
>    incubator/spark/site/index.html
> 
> Added: incubator/spark/site/index.html
> URL: http://svn.apache.org/viewvc/incubator/spark/site/index.html?rev=1500725&view=auto
> ==============================================================================
> --- incubator/spark/site/index.html (added)
> +++ incubator/spark/site/index.html Mon Jul  8 13:42:05 2013
> @@ -0,0 +1 @@
> +<html><head><title>Apache Spark</title></head><body><h3>Future home of Apache Spark (Incubating)</h3></body></html>
> 
>