Thursday, August 31st, 2006
GEEK: Ruby scripts to compare the contents of directory to svn
A pair of functions I wrote that compare the contents of a configuration directory on a remote server with the expected contents in SVN. compareDir is the first draft and compareDirTwo is the second draft. compareDirTwo compares all of the files in all the directories below, whereas the compareDir only goes one level and doesn't [...]