In message <[EMAIL PROTECTED]>, steve cohen writes: >On the fresh checkout I did, there was an ftp2 directory but it was empty. >Is that another reason to get away from CVS - that it's too hard to get rid of >directories?
Yep. CVS doesn't treat directories the same as files. I have -P flags next to update and checkout in my .cvsrc which prevents empty directories from being checked out. The only problem with doing that is that sometimes empty directories are meant to be checked out and don't signify an old removed directory. daniel --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
