Testopia:README: Difference between revisions

Jump to navigation Jump to search
No edit summary
Line 88: Line 88:
so on their own. Here are some pointers:
so on their own. Here are some pointers:


     1. Rename the patch file to have a .txt extension. You may also want to
     1. Add a .txt file extension to your corresponding patch file (\bugzilla\testopia\patch-3.0[.x]).  
      convert the patch to use DOS line endings using a utility such as  
 
      unix2dos.
    2. Edit the above patch file to remove *nix line feed characters, and putting   
   
    in classic DOS/Windows carriage returns.
     2. Download GNU Patch and install it in a directory in your path.
    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


     3. Correct the Perl paths from the default:
     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
13

edits

Navigation menu