Hi,
Ken Tyler wrote:
> How do I get rid of old files out of my local copy ?
>
> When I 'cvs update' I get several messages like
>
> cvs server: net/econet/sysctl_net_ec.c no longer exists, no comparison available
I think that can only happen if you modified the files locally. You can
just remove the file manually and run 'cvs update' again. If that
doesn't help, you can also remove the whole directory and run 'cvs
update -d'.
> As I undersatnd 'cvs update -P' should delete all the old files but it
> doesn't seem to.
That's only for empty directories.
bye, Roman
|