Important Notice: Our web hosting provider recently started charging us for additional visits, which was unexpected. In response, we're seeking donations. Depending on the situation, we may explore different monetization options for our Community and Expert Contributors. It's crucial to provide more returns for their expertise and offer more Expert Validated Answers or AI Validated Answers. Learn more about our hosting issue here.

Im used to CVS/SVN, so I understand checkout and update, but what do load, unload, accept, and deliver mean?

0
Posted

Im used to CVS/SVN, so I understand checkout and update, but what do load, unload, accept, and deliver mean?

0

Both CVS and Subversion use the terms checkout, commit, and update. In CVS/SVN: • checkout downloads the content of the branch to your local computer, • commit uploads your changes to the branch and makes them available for others, and • update downloads the latest changes from the branch to your local computer. In Jazz, a load is equivalent to checkout: it downloads the content of a repository workspace onto your local computer. When you want to remove the local workspace from your computer, you unload it. Unload is the same as deleting the SCM directories in CVS or Subversion. A check-in in Jazz causes any changes in your local workspace to be uploaded to your repository workspace. The changes are only added to your repository workspace, so the rest of your team won’t know about them. Neither CVS nor Subversion have a similar operation. A deliver adds the change sets in your repository workspace to a stream. The change sets are then available to the rest of your team. If you’re used

Related Questions

What is your question?

*Sadly, we had to bring back ads too. Hopefully more targeted.

Experts123