Ken Moffat wrote: > Still creating individual diffs for the packages in Wayne's book. > At gtk+3 I noticed that the book is newer, so obviously I won't use > that diff, but both pages show > > Last updated on 2007-04-04 20:42:53 +0100 > > I'm guessing the page was copied from a different page and the svn > properties weren't added ? If so, for those of us who struggle > with svn properties, is there an easy way to find any other pages > that are similarly afflicted ? And can we just set them, or do we > need to make a nominal update to the page to bring them into use ?
The easiest way is when making a new page, do: svn cp oldpage newpage and then edit. The properties are copied. To display, use `svn proplist -v *.xml`. To set: use svn propset svn:keywords "LastChangedBy Date" <mypackage*.xml> If you need to set properties, just do it and commit. There is no need to change text. See also http://www.linuxfromscratch.org/blfs/edguide/chapter04.html -- Bruce -- http://linuxfromscratch.org/mailman/listinfo/blfs-dev FAQ: http://www.linuxfromscratch.org/blfs/faq.html Unsubscribe: See the above information page
