wiki:diffNotes

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)
Last modified 9 years ago Last modified on Jan 20, 2015, 4:08:59 PM