Re: new Avro committers: please update credits page

2010-05-10 Thread Scott Carey
Same thing happened to me weeks ago.  I haven't had time to figure out what was 
wrong.  I suspect I/we don't have commit permissions on that svn location.  
Apache's infrastructure team was too busy at the time with the JIRA situation 
to help me.  Maybe they can help now?

I'm also on OX X.  I got forrest to work without screwing up Java 1.6 for 
everything else, produced a new pdf, etc.  This could be related to OS X but I 
doubt it.

-Scott

On May 10, 2010, at 2:43 AM, Bruce Mitchener wrote:

 I tried to do the first part of this today (I am on OS X and didn't want to
 install everything for forrest yet).  I got this error message:
 
 Sendingxdocs/credits.xml
 svn: Commit failed (details follow):
 svn: Server sent unexpected return value (403 Forbidden) in response to
 CHECKOUT request for
 '/repos/asf/!svn/ver/933317/hadoop/avro/site/author/content/xdocs/credits.xml'
 svn: Your commit message was left in a temporary file:
 svn:
 '/Users/bruce/Development/svn.apache/avro/site/author/content/svn-commit.tmp'
 
 
 I'm pretty sure that I used the right username and password on the command
 line with svn.
 
 Thoughts?
 
 - Bruce
 
 On Mon, Apr 12, 2010 at 11:02 PM, Doug Cutting cutt...@apache.org wrote:
 
 Can new committers please add themselves to the credits page?
 
 http://hadoop.apache.org/avro/credits.html
 
 This is done by checking out:
 
 https://svn.apache.org/repos/asf/hadoop/avro/site/
 
 Edit author/content/xdocs/credits.xml, then:
 
 ant
 # check contents of publish/credits.html in browser
 svn commit -m Updated credits page
 ssh people.apache.org
 cd /www/hadoop.apache.org/avro
 svn up
 
 Thanks,
 
 Doug
 
 
 



Re: new Avro committers: please update credits page

2010-04-12 Thread Scott Carey
Trivial except for the 'ant' part, Forrest doesn't like OS-X Snow Leopard.  
Tips on that at the end of this message. 

Scott Banachowski's information seems inconsistent.  The source xml file says 
Microsoft, the HTML and PDF say Yahoo! Inc.  I'm assuming the xml is wrong 
based on what little I know.  If so I'll commit the xml change.  Otherwise, 
when I generate the new content it will change the HTML and PDF to have the 
information in the xml.

This process also changes several .png files as reported by 'svn status'.  Is 
that correct or should I only commit the xml, html, and pdf content?


OS-X Snow Leopard tips:
For those in a similar situation, the work-around posted in AVRO-318 makes Java 
5 the default for most apps and overrides Java 6.  But turning off Java 6 is 
not necessary. 
Getting a copy of Java 1.5 and placing it in 
/System/Library/Frameworks/JavaVM.framework/Versions/1.5.0 and setting up the 
links is sufficient.  You do not have to make Java 1.5 the default and can 
continue to use Java 1.6 for everything but Forrest.   I used the first few 
steps here: http://wiki.oneswarm.org/index.php/OS_X_10.6_Snow_Leopard but 
stopped after recreating the symbolic links.
Additionally, the build.xml will not run without passing in 
-Djava5.home=/System/Library/Frameworks/JavaVM.framework/Versions/1.5.0/Home 
-Dforrest.home=location of Forrest.

-Scott




On Apr 12, 2010, at 9:02 AM, Doug Cutting wrote:

 Can new committers please add themselves to the credits page?
 
   http://hadoop.apache.org/avro/credits.html
 
 This is done by checking out:
 
   https://svn.apache.org/repos/asf/hadoop/avro/site/
 
 Edit author/content/xdocs/credits.xml, then:
 
   ant
   # check contents of publish/credits.html in browser
   svn commit -m Updated credits page
   ssh people.apache.org
   cd /www/hadoop.apache.org/avro
   svn up
 
 Thanks,
 
 Doug
 
 



Re: new Avro committers: please update credits page

2010-04-12 Thread Doug Cutting

Scott Carey wrote:

Scott Banachowski's information seems inconsistent.


The XML is correct.  Scott just updated it today but didn't run Ant and 
regenerated the HTML.



This process also changes several .png files as reported by 'svn status'.


This is probably a no-op.

Doug