CVSROOT: /cvs Module name: src Changes by: [email protected] 2009/02/21 06:44:18
Modified files:
usr.bin/cvs : checkout.c file.c file.h repository.c
repository.h
Log message:
use file_flags for 2 more reasons:
- mark a file as being inside the Attic/
- mark a file as existing in the working copy
(both in local and remote mode)
this way we no longer will need to check if cf->fd == -1 and
think about wether or not we are in local or remote mode.
