Gav.... wrote: > > From: David Crossley > > > > Do both steps again: > > > > forrest -f publish.xml build > > forrest -f publish.xml deploy > > > > If you still have the line-endings problem then that is > > some different issue. > > Not done that yet, need a genuine change to try it. > > > Try making a little change to one of the source xdocs, e.g. index.xml > > but no need to commit it. > > Done that. > > > Then build as normal: > > forrest -f publish.xml build > > Done that. > > > > > Then get your forrestbot's site svn up-to-date, You don't > > normally need to do this step: > > svn update work/svn-deploy/forrest-docs > > Done that, very big amount of updates and adds happened.
I presume that that would be recent changes deployed by Thorsten and me. > > Then tell us the differences: > > diff build/forrest-docs/index.html work/svn-deploy/forrest-docs/index.html > > Erk, > > D:\Apache2\forrest\site-author>svn diff build\forrest-docs\index.html > work\svn-d > eploy\forrest-docs\index.html > svn: 'build\forrest-docs\index.html' is not a working copy Don't use 'svn diff' but plain 'diff'. -David