On Mon, 2021-03-01 at 14:53 +0800, Kevin Buckley via blfs-dev wrote: > This one is probably me getting the SVN stuff wrong. > > In my local BLFS trunk directory, I have just done (again, after > the rendering failed) an > > $ svn update > Updating '.': > At revision 24315. > $ > $ svn info > Path: . > Working Copy Root Path: /srv/distros/LFS/SVN/0- > svn.lfs.org/BLFS/trunk/BOOK > URL: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK > Relative URL: ^/trunk/BOOK > Repository Root: svn://svn.linuxfromscratch.org/BLFS > Repository UUID: af4574ff-66df-0310-9fd7-8a98e5e911e0 > Revision: 24315 > Node Kind: directory > Schedule: normal > Last Changed Author: pierre > Last Changed Rev: 24314 > Last Changed Date: 2021-02-28 23:53:56 +0800 (Sun, 28 Feb 2021) > $ > > and I currently have > > archive/gmime.xml > > and > > general/genlib/gmime3.xml > > However, the "lfs checked" macros seem to be the wrong way around > > $ grep _checked archive/gmime.xml > &lfs10_checked; > > $ grep _checked general/genlib/gmime3.xml > &lfs91_checked;
It seems there is something wrong here, because I have it ok. Explained by the $Date below, though. > > and clearly the latter prevents me rendering the Book locally, > because what is defined is now: &lfs101_checked; > > I can see that the rendered BLFS development Book has the > correct text in the Gmime-3.2.7 section, though. > > > FWIW, I see this in my local gmime3.xml > > <sect1info> > <othername>$LastChangedBy: bdubbs $</othername> > <date>$Date: 2020-02-17 10:46:23 +0800 (Mon, 17 Feb 2020) > $</date> > </sect1info> > > which is clearly way too old. > > So what have I missed in getting my local copy so out-of-date? I cannot answer for sure. Maybe you have modified something manually in that file, and it's considered as modified working copy, that shouldn't be modified. But in that case, you should see a message when running svn update. You could try to run "svn status" and "svn diff" to see what is going on. If you have not done (on purpose) modifications to the working copy, you can also run "svn revert -R .", which will erase all (unwanted and wanted) modifications respective to the repository. HTH Pierre -- http://lists.linuxfromscratch.org/listinfo/blfs-dev FAQ: http://www.linuxfromscratch.org/blfs/faq.html Unsubscribe: See the above information page