pkgsrc-Users archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
Re: Update mail/isync
On Sat, Feb 15, 2025 at 06:52:12PM +0100, Joel Carnat wrote:
> Running `env CVS_RSH=ssh cvs diff` does not include the renamed patch-ae
> file. I don't know what is the proper command to run that removes old
> patches and add the renamed new one.
# after removing the file; or use 'rm -f' if it still exists
cvs rm patches/patch-that-got-removed
cvs add patches/patch-that-was-added
Then they'll be properly listed in the 'cvs diff' output.
There is no support for renames in CVS.
Thomas
Home |
Main Index |
Thread Index |
Old Index