I have created some patch files like this: diff -c -b -r live <my-live555> > patch1 When I unroll the latest version fresh and try to use the patch file, some items fail. Any things to watch out for when making patch files? Is it an issue if a few items fail? patch -p1 -d live < patch1 Thx! xochitl