Google search bar

March 27, 2007

CVS update misses new directories

Suppose you've checked out a local copy of a source tree from the repository. You work in it. Other's make changes and add new directories to the project.

You run cvs update and you only get the directories that you checked out originally. So, instead, execute cvs update -d. This will include directories not in your working copy.

No comments: