Realistic Landscape Creation Tool
 

Your Position: Join Wing -> How to: Make changes to wing -> How to create and apply a patch

How to create and apply a patch


1. What is patch?

A patch is a file which contains good information of one's changes to multiple directories and files. Usually SVN client can generate patch file based on one's local changes against files in server repository.

2. How to create a patch?

After making modifications to the client side files, you need to generate a patch file.

Under windows platform, you can use Tortoise SVN to create patch. Just simply right click on the client directory, and select "create patch":

Under linux platform, you can use the following command to generate a patch file:

    $svn diff PATH > patchfile

3. How to apply a patch?

Need help.

 


If you have any questions, please send a mail to renqilin at users.sourceforge.net
Get Wing at SourceForge.net. Fast, secure and Free Open Source software downloads