Subversion
From Healthcare Robotics Wiki
Revision as of 23:55, 27 June 2010 by Advaitjain (Talk | contribs)
Links
Creating and applying a patch:
- svn diff > ~/fix_ugly_bug.diff
- patch -p0 -i ~/fix_ugly_bug.diff
Advait got these instructions from here