Here we store some notes which we think could be useful for more people. == Commands == * Patch sources (patch -p1 < application.diff 2>&1 | tee patch.log) * delete a dir w/o .svn objects (dir /s/b * > lst, rm @lst) * delete Makefile in all subdir (find -name "Makefile*" | xargs rm -f)