What does -PAd mean when I use in conjunction with cvs update?
|
feedback
|
|
To find out what any command does use the Unix/Linux/OS X manual pages: man cvs Anyhow, straight from those pages under the heading "update options":
| |||
|
feedback
|
|
Basically it restores the checkouted branch to the latest revision. -P prunes empty directories -A resets sticky tags -d creates directories that exists on repository but are missing locally. | |||||||
feedback
|