After running across the SVN server page, I gave the server a minor 
workout tonight...

cd ~/LFS/BLFS/BOOK
for file in `find . -name "*.xml" | sed '/\.svn/d' | sed '/stylesheets/d'`
do
     svn info $file >> svninfolist.txt
done
for year in 2002 2003 2004 2005 2006 2007 2008 2009 2010 2011 2012
do
     echo "## Last updated in $year" >> old-files.txt
     grep -B 11 -A 1 "Last Changed Date: $year" svninfolist.txt | grep 
"^Path" | sed 's@Path: @@' >> old-files.txt
     echo "" >> old-files.txt
done


The results are interesting, very good, not unexpected! I've omitted the 
*795* pages that have been updated over the past 5 months! Great work guys!

dj [ BOOK ]$ cat old-files.txt
## Last updated in 2002

## Last updated in 2003

## Last updated in 2004

## Last updated in 2005
postlfs/security/syslog.xml
postlfs/security/nessus.xml

## Last updated in 2006

## Last updated in 2007
networking/netprogs/othernetprogs.xml
appendices/creat-comm.xml
book/dedication.xml
book/errata.xml
archive/obsolete/nautilus-media.xml
archive/obsolete/gal.xml
xincludes/X11R6_symlink.xml
xincludes/scrollkeeper-dir.xml
xincludes/kde-apidocs.xml
xincludes/kde-sysconfdir.xml
xincludes/lib-config.xml
xincludes/use-unzip.xml
postlfs/filesystems/ext3.xml
postlfs/config/skel.xml
postlfs/config/logon.xml
postlfs/config/random.xml
postlfs/config/vimrc.xml
postlfs/config/etcshells.xml
postlfs/config/inputrc.xml
introduction/welcome/acknowledgments.xml
introduction/welcome/mirrors.xml
introduction/welcome/wiki.xml
introduction/welcome/maillists.xml
introduction/welcome/conventions.xml
introduction/welcome/newsserver.xml
introduction/welcome/packages.xml
introduction/important/bootscripts.xml
introduction/important/position.xml
introduction/important/pkgmgt.xml
introduction/important/patches.xml

## Last updated in 2008
appendices/mit-lic.xml
postlfs/config/compressdoc.xml
introduction/welcome/version.xml
introduction/important/beyond.xml

## Last updated in 2009
networking/netprogs/openssh-client.xml
general/prog/other-tools.xml
book/whoread.xml
archive/kde/devel/kdewebdev.xml
archive/kde/devel/kdesdk.xml
postlfs/config/profile.xml
introduction/welcome/askhelp.xml
introduction/important/building-notes.xml

## Last updated in 2010
gnome/gnome-intro.xml
networking/textweb/textweb.xml
general/general.xml
archive/kde/devel/devel.xml
archive/obsolete/gail.xml
archive/obsolete/gnome-keyring-manager.xml
archive/obsolete/ggv.xml
archive/obsolete/gnome-vfs-monikers.xml
archive/obsolete/eel.xml
archive/obsolete/gnome-audio.xml
archive/obsolete/gnopernicus.xml
xincludes/gtk-doc-rebuild.xml
x/x.xml
pst/pst.xml
pst/scanning/scanning.xml
pst/sgml/sgml.xml
introduction/important/important.xml
introduction/introduction.xml
server/databases/databases.xml
server/server.xml

## Last updated in 2011
networking/netlibs/libpcap.xml
networking/netprogs/rpcbind.xml
networking/netprogs/netfs.xml
networking/netutils/nmap.xml
networking/netutils/traceroute.xml
networking/connect/ppp.xml
networking/connect/connect.xml
networking/textweb/links.xml
networking/networking.xml
appendices/glossary.xml
general/prog/svnserver.xml
general/prog/gc.xml
general/prog/librep.xml
general/prog/slang.xml
general/genlib/talloc.xml
general/sysutils/sysstat.xml
general/sysutils/gpm.xml
general/sysutils/eject.xml
general/sysutils/fcron.xml
general/graphlib/aalib.xml
general/graphlib/jasper.xml
general/genutils/rxvt-unicode.xml
general/genutils/rep-gtk.xml
archive/kde/add/kdegames.xml
archive/kde/add/kdeadmin.xml
archive/kde/add/kdemultimedia.xml
archive/kde/kde-intro.xml
archive/kde/core/core.xml
archive/kde/core/config.xml
archive/kde/core/pre-install-config.xml
archive/obsolete/gpdf.xml
postlfs/config/bootdisk.xml
postlfs/editors/joe.xml
postlfs/security/tripwire.xml
x/installing/xorg7.xml
x/wm/sawfish.xml
x/wm/fluxbox.xml
pst/sgml/openjade.xml
pst/printing/lprng.xml

## Last updated in 2012
<Snip 795 udpated pages>

-- DJ Lucas


-- 
This message has been scanned for viruses and
dangerous content, and is believed to be clean.

-- 
http://linuxfromscratch.org/mailman/listinfo/blfs-dev
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page

Reply via email to