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
10 years ago
Last modified on Jan 20, 2015, 5:08:59 PM
Note:
See TracWiki
for help on using the wiki.