First post, by Ant_222
Dear patch writers,
the only working procedure that I have found for the making of diff files is rather cumbersome:
- Get a fresh version of DOSBox from SVN, say into the fresh directory.
- Copy it to another directory, let us say patch.
- From the working environment, copy all the files that the patch creates or modifies to patch, overwriting the existing files.
- Invoke diff between patch and freshto produce the patch file
As you see, this procedure is tedious and prone to errors. I cannot use the directory with my working DOSBox source directly because the binary and automake files will get in the way. I cannot use the very handy svn diff because it ignores new (unversioned) files.
How do you make you patch files?