Hi,
I've got a problem when i want to check out module.
Here is the situation :
In my working directory for CVS, the module "test_cvs" contains the
followed files :
- files.h
- files.c
- files.rep
- files.lst
I delete the file "files.lst" from the module "test_cvs", and i
commit it with the tag "tag-20000627-1102" ( in the repository, there
severals tags for this module ).
In my working directory, i delete the module "test_cvs". I check out
the module "test_cvs" with the tag "tag-20000627-1102". The result
is , i always got the file "files.lst".
My problem is i don't want the file "files.lst" if i check out the
module with the tag "tag-20000627-1102". I would like to have
something like :
- files.h
- files.c
- files.rep
Can you help me ?
thanks.