Gav.... wrote: > > From: David Crossley: > > > > > > > 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-deploy\forrest-docs\index.html > > > svn: 'build\forrest-docs\index.html' is not a working copy > > > > Don't use 'svn diff' but plain 'diff'. > > Yes, sorry I got that, we Windows folk don't have that. > I downloaded a windows diff program here is a apparently > Unix outpt diff of those files. > > 293c293 > < can scale up to large projects. !!Adding an inline change here!! > --- > > can scale up to large projects. > 306,310c306 > < </p> > < <p> > < Making a change. I noticed vim just moved the closing p from the > < paragraph above, annoying! > < </p> > --- > > </p> > 313c309 > < <a name="N1007E"></a><a name="Powerful"></a> > --- > > <a name="N1007B"></a><a name="Powerful"></a> [ snip similar changes ]
So apart from configuration of your editor, there is this issue about @name fragment identifiers changing on different computing platforms. We have seen this sometimes before. Not yet sure what causes it. Are there any differences to other files? diff -r build/forrest-docs work/svn-deploy/forrest-docs | grep -v "\.svn" -David