> -----Original Message----- > From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] > Sent: Sunday, 30 July 2006 7:54 AM > To: svn@forrest.apache.org > Subject: svn commit: r426852 - /forrest/trunk/site- > author/content/xdocs/who.xml > > Author: gmcdonald > Date: Sat Jul 29 16:53:38 2006 > New Revision: 426852 > > URL: http://svn.apache.org/viewvc?rev=426852&view=rev > Log: > Putting entry in alphabetical order > > Modified: > forrest/trunk/site-author/content/xdocs/who.xml > > Modified: forrest/trunk/site-author/content/xdocs/who.xml > URL: http://svn.apache.org/viewvc/forrest/trunk/site- > author/content/xdocs/who.xml?rev=426852&r1=426851&r2=426852&view=diff > ========================================================================== > ==== > --- forrest/trunk/site-author/content/xdocs/who.xml (original) > +++ forrest/trunk/site-author/content/xdocs/who.xml Sat Jul 29 16:53:38 > 2006 > @@ -51,7 +51,8 @@ > <li><strong>[AG] - Antonio Gallardo > (antonio.at.apache.org)</strong></li> > <li><strong>[RG] - Ross Gardler > (rgardler.at.apache.org)</strong></li> > <li><strong>[DG] - Diwaker Gupta > (diwaker.at.apache.org)</strong></li> > - <li>[SM] - Stefano Mazzocchi (stefano.at.apache.org)</li> > + <li>[SM] - Stefano Mazzocchi (stefano.at.apache.org)</li>
I NEVER touched that line above, will check Vim settings again! > + <li><strong>[GM] - Gavin McDonald > (gmcdonald.at.apache.org)</strong></li> > <li>[JM] - John Morrison (morrijr.at.apache.org)</li> > <li>[SN] - Steven Noels (stevenn.at.apache.org)</li> > <li><strong>[JJP] - Juan Jose Pablos > (cheche.at.apache.org)</strong></li> > @@ -64,7 +65,6 @@ > <li><strong>[RFT] - Rick F. Tessner > (rick.at.apache.org)</strong></li> > <li>[JT] - Jeff Turner (jefft.at.apache.org)</li> > <li><strong>[TW] - Tim Williams > (twilliams.at.apache.org)</strong></li> > - <li><strong>[GM] - Gavin McDonald > (gmcdonald.at.apache.org)</strong></li> > </ul> > </section> > <section id="notes"> > > Ok, do we need to deploy the whole site every time a small change like this Is made, or will it happen eventually anyway? I am trying the deploy again for practice and to ensure my config is working - it isn't, the first time I used forrestbot to deploy it seemed ok from my End but never occurred at the other - the commit never came through. I tried again a second time to update the site from my above minor change And now I get errors :- \forrest\site-author\work\svn-deploy\forrest-docs\skin\print.css has inconsistent new lines. ... which it has, I check and get the ^M at the end of each and every line. Also, I get complaints of svn: warning: 'blah blah' is already under version control. I get about 30 of these complaints. Have I missed a step somewhere. I did svn up and all that before I committed The change. This is all from following http://forrest.apache.org/procedures/How_to_publish_docs.html Gav...