Hey Doug, I can't commit to the repo, even though I can log into people.apache.org just fine. I also can't get to this page https://svn.apache.org/change-password as it is rejecting my password. Do you think this could be related to my original account-creation issues? Should I create an infrastructure ticket? Email the infrastructure list? Email the [EMAIL PROTECTED] Thanks.
--David Doug Cutting wrote: > I put up a skeletal version of a website at: > > http://incubator.apache.org/thrift > > There's lots to be filled in, but it's a start. > > To edit it you need to have Forrest & Ant installed. Note that Forrest > doesn't like Java 1.6 and must be run with Java 1.5. > > # checkout the site > svn co https://svn.apache.org/repos/asf/thrift/site > cd site > > # edit the site > emacs author/src/documentation/content/xdocs/index.xml > > # re-generate html & pdf > ant > > # commit changes > svn commit -m "improved documentation" > > # update live site > ssh people.apache.org > cd /www/incubator.apache.org/thrift > svn up > > Doug >
