Hans Fugal said: > I've never done what you're doing, but I do know my way around cvs. Try > this: > cvs update -d > > Hans :)
This is right: the -d option for 'cvs update' will create any directories that are present in the repository but not in the local workspace. A common ~/.cvsrc config line is 'update -dP' to prune empty directories and add missing directories by default. Andrew. -- Andrew Shugg <[EMAIL PROTECTED]> http://www.neep.com.au/ "Just remember, Mr Fawlty, there's always someone worse off than yourself." "Is there? Well I'd like to meet him. I could do with a good laugh." -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

