Pierre Labastie wrote: > Le 20/02/2012 04:45, Bruce Dubbs a écrit : >> The Linux From Scratch community is pleased to announce the release of >> LFS Version 7.1-rc1. This is the first release candidate on the road to >> LFS-7.1. This It is an incremental release with updates from LFS-7.0 to >> 20 packages as well as fixes to bootscripts and text throughout the book. >> >> We encourage all users to read through this release of the book and test >> the instructions so that we can make the final release as good as possible. >> >> You can read the book online at >> http://www.linuxfromscratch.org/lfs/view/7.1-rc1/, or download to read >> locally from http://www.linuxfromscratch.org/lfs/downloads/7.1-rc1/. >> > Hi, > Looks like since 7.0, the svn tags/${version} dir contains directly the > sources, while before it contained a BOOK directory, which contained > the sources. Is this change permanent? I need to know in order > to update jhalfs download code.
As far as I'm concerned, yes, it's permanent. The only thing in BOOK is the tags/${version} dir and that's what is needed. What I did: cd ~/LFS/tags svn cp ../trunk/BOOK 7.1-rc1 cd 7.1-rc1 vi general.ent vi chapter01/changelog.xml cp chapter01/changelog.xml ../trunk/BOOK/chapter01 cd .. svn ci -m 7.1-rc1 I realize that the tag version has a little different structure than the trunk. Is there a way you can test for general.ent or BOOK/general.ent and proceed accordingly? -- Bruce -- http://linuxfromscratch.org/mailman/listinfo/lfs-dev FAQ: http://www.linuxfromscratch.org/faq/ Unsubscribe: See the above information page