$B%"%s%H%K!<(B $B%9%F%$%9(B wrote:
> 
> Someone else has added a new directory and file(in the new directory).  When
> I used
> 
> cvs update
> 
> in my copy of the code I do not get the new directory and file 

You need to run 'cvs update -d' to get new directories.


> and
> 
> cvs diff
> 
> in my copy of the code dosen't say that anything is missing(I was
> expecting it to say that my copy dosen't include the the directory
> and file that the other person checked in).

'cvs diff' doesn't do what you think it does. It only shows the changes
that you have made to your checkout, not the changes that have been made
to the repository since you last did an update.


Matthew
-- 
SLUG - Sydney Linux User Group Mailing List - http://slug.org.au/
More Info: http://lists.slug.org.au/listinfo/slug

Reply via email to