Changes between Version 1 and Version 2 of diffNotes
- Timestamp:
- Jan 20, 2015, 5:08:59 PM (10 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
diffNotes
v1 v2 1 1 Here we store some notes which we think could be useful for more people. 2 3 == Commands == 4 * Patch sources (patch -p1 < application.diff 2>&1 | tee patch.log) 5 * delete a dir w/o .svn objects (dir /s/b * > lst, rm @lst) 6 * delete Makefile in all subdir (find -name "Makefile*" | xargs rm -f)