After correcting for line ending differences, I find a few places the SVN tag
and the source zip don't compare:

svn tag: ducc-applications.tex: line 318 -

   MyAppDir=$PWD \
   MyInputDir=$PWD/Books \
   MyOutputDir=$PWD/Books.processed \

source zip:

   MyAppDir=. \
   MyInputDir=$MyAppDir/Books \
   MyOutputDir=$MyAppDir/Books.processed \

plus 2 more instances in this file.

It would seem impossible, if normal release / build approaches were done, for
these to differ.  Can anyone explain how this happened?

-Marshall

Reply via email to