3.4. Updating the Tree

It's a good idea from time to time to update your copy of the phpdoc tree so that you always have the latest copy. Currently, changes to the tree are made daily so you should always update your copy before making changes yourself.

To update your copy, cd to the phpdoc directory and issue the following command:

$ cvs update

If you only wish to update a particular file or set of files you would like to modify, you can pass their filenames along with the update command:

$ cvs update file1 [file2]

If the files are located beneath the top level phpdoc directory, use the relative paths of the filenames:

$ cvs update en/functions/file1 [en/chapters/file2]