Re: Recursive update

2001-03-06 Thread Larry Jones
Chris Cameron writes: > > I haven't tested this, but can anyone tell me the expected behaviour of > cvs update -dlP > i.e. create missing files and directories; don't recurse; prune old files > and directories It creates any new/missing files, but it won't create new/missing directories. -Larr

Recursive update

2001-03-06 Thread Chris Cameron
I haven't tested this, but can anyone tell me the expected behaviour of cvs update -dlP i.e. create missing files and directories; don't recurse; prune old files and directories Does the 'don't recurse' command stop recursion into newly created directories? Put another way, will this command c