On Sun, Dec 15, 2019 at 02:03:15PM -0600, Brad DeMorrow wrote: > I was told that simple diffs for existing ports were preferred. > Are the two deleted patches still handled appropriately like this? > - patch-src_player_c > - patch-src_player_h
rm the files and then issue a cvs rm for the files. Then it will put them as diff'd against /dev/null. You can do the same for added files. The one that gets slightly tricky is when one is going to add a directory. --Kurt
