Difference between revisions of "Subversion"
From Healthcare Robotics Wiki
Advaitjain (Talk | contribs) (→Links) |
Advaitjain (Talk | contribs) (→Links) |
||
| Line 2: | Line 2: | ||
* SVN Book: http://svnbook.red-bean.com/ | * SVN Book: http://svnbook.red-bean.com/ | ||
* [http://code.google.com/p/svn-time-lapse-view/ svn-time-lapse-view] | * [http://code.google.com/p/svn-time-lapse-view/ svn-time-lapse-view] | ||
| + | |||
| + | ==== Creating and applying a patch: ==== | ||
| + | * svn diff > ~/fix_ugly_bug.diff | ||
| + | * patch -p0 -i ~/fix_ugly_bug.diff | ||
| + | Advait got these instructions from [http://ariejan.net/2007/07/03/how-to-create-and-apply-a-patch-with-subversion/] | ||
==== Creating and applying a patch: ==== | ==== Creating and applying a patch: ==== | ||
Revision as of 23:55, 27 June 2010
Links
Creating and applying a patch:
- svn diff > ~/fix_ugly_bug.diff
- patch -p0 -i ~/fix_ugly_bug.diff
Advait got these instructions from [1]
Creating and applying a patch:
- svn diff > ~/fix_ugly_bug.diff
- patch -p0 -i ~/fix_ugly_bug.diff
Advait got these instructions from [2]