After you make your changes to your working copy, you'll create a patch using diff. To show all the lines that differ between file1 and file2: jahil# diff file1 file2 To create a patch listing the changes from version1 to version2: jahil# diff -aur version1