13
edits
No edit summary |
|||
Line 88: | Line 88: | ||
so on their own. Here are some pointers: | so on their own. Here are some pointers: | ||
1. | 1. Add a .txt file extension to your corresponding patch file (\bugzilla\testopia\patch-3.0[.x]). | ||
2. Edit the above patch file to remove *nix line feed characters, and putting | |||
in classic DOS/Windows carriage returns. | |||
You can do this manually, or there are numerous utilities that will do this for you, such as unix2dos or tofrodos. | |||
3. Download GNU Patch and install it in a directory in your path. | |||
It can be downloaded from http://gnuwin32.sourceforge.net/packages/patch.htm | It can be downloaded from http://gnuwin32.sourceforge.net/packages/patch.htm | ||
4. Change PERL paths from native *nix, to a Windows Format. | |||
If you have MySQL Server installed, the Replace utility does a great job at this: | |||
C:\<apache path>\htdocs\bugzilla> <MySQL path>\bin\replace.exe" "#!/usr/bin/perl" "#!C:\perl\bin\perl" -- *.cgi *.pl | C:\<apache path>\htdocs\bugzilla> <MySQL path>\bin\replace.exe" "#!/usr/bin/perl" "#!C:\perl\bin\perl" -- *.cgi *.pl |
edits