Discussion:
Updating a branch with new changes on the trunk (UNCLASSIFIED)
Glasgow, Steven R CIV USARMY TRADOC ANALYSIS CTR (US)
2013-05-29 14:21:56 UTC
Permalink
Classification: UNCLASSIFIED
Caveats: NONE

Let's say that I have created a sandbox containing code from a branch

cvs co -r <branch> project

I then spend a few weeks implementing changes in that sandbox (on the
branch).

In the meantime, other developers have committed changes to the trunk.

I then want to pull the latest changes to the trunk into my sandbox (on the
branch).

Will this command work in my sandbox to accomplish this?

cvs update -j HEAD

Thanks,
Steve



Classification: UNCLASSIFIED
Caveats: NONE

Loading...