I want to apply a patch to this bug (http://code.djangoproject.com/ticket/13095) but I have never done it before and I have no idea where to begin. Can anyone point me to a tutorial?
|
|
|
On Linux/UNIX, you can use the It works in the following way:
The patch command looks in the file to find the proper files it needs to update.
The When everything is allright, you can remove the On Windows, several tools (e.g. WinMerge / TortoiseMerge) have a "Apply patch" option in the menu, which will allow you to do the same thing. |
|||
|
|
|
Try 'patch' if you are using a linux based server. http://en.wikipedia.org/wiki/Patch_%28Unix%29 Windows appears do have a utility written for it although I havent used one http://gnuwin32.sourceforge.net/packages/patch.htm remember to make backups of the directory if you are unsure of its outcome |
|||
|
|