How to Branch Using CVS

Open source version control systems such as CVS are used to manage source code and related documentation. CVS stores file history. Programmers can create scripts to log CVS operations. Branches in the CVS system are typically used by employees in different geographical regions working on code at the same time. The code changes made in the branched versions of the code are merged together at a later date, if necessary. CVS can run on most versions of UNIX.

Instructions

    • 1

      Use the command <br /><br /><br /><br />sandbox$ cvs tag ADD_ROOT_NEWFEATURE<br /><br /><br /><br /> to create a tag for the branch root.

    • 2

      Create the branch with <br /><br /><br /><br />sandbox$ cvs tag -b -r ADD_ROOT_NEWFEATURE \ ADD_BRANCH_NEWFEATURE.

    • 3

      Type in the command<br /><br /><br /><br />sandbox$ cvs up -r ADD_BRANCH_NEWFEATURE<br /><br /><br /><br /> to move the current working directory to the newly created branch.

Tips & Warnings

  • Use the "cvs up" command to move the branch up a level.

Related Searches:

References

Comments

You May Also Like

  • How to Remove a CVS Branch Tag

    CVS is software used to join and connect the work of many different compilers when developing software. Inserting a branch allows you...

  • How Do I Delete a Branch in CVS?

    CVS (Concurrent Versions System) is a way for software developers to work on a project with multiple revisions. Each time a revision...

  • How to Clean Up CVS History

    CVS is a version control system used to record the step-by-step development of a software project. It helps you recover from program...

  • How to Add a Project to CVS

    CVS (Concurrent Versions System) is a way to manage software projects with multiple developers. Multiple versions of a single project are contained...

  • How to Cut Off a Branch in 3 Cuts

    Just about anyone who has trees on their property can cut off a tree branch. Problems arise when the method of cutting...

  • How to Create an Address Locator

    Add the map and address input form. The map section is defined by a div tag, "<div>," while the address input form...

  • How to Use "CVS Diff"

    The "diff" command is an old UNIX command to determine the difference between two sets of files. Often, "diff" is used with...

  • How Does the Judicial Branch Use Its Powers?

    The judicial branch of the U.S. government, also called the judiciary, is the hierarchy of courts that interpret the laws written by...

  • How to Delete Your CVS Account

    CVS is one of the largest drug store chains in the United States, with thousands of locations throughout the country. Much more...

  • How to Cut a Metal Duct

    A metal duct system has three main parts: a large trunk line, the smaller branch lines and flex runs between the branch...

  • How to Restore a Deleted File in Subversion

    Subversion is a popular tool for managing medium- to large-scale programming projects. It allows for powerful revisioning features, as well as allowing...

  • How to Close a Chase Checking Account

    Chase Manhattan Bank is a worldwide institution with branches in most major cities. You can make withdrawals, deposits or close and open...

  • How to Create Holiday Cards at CVS

    CVS is more than just a pharmacy. CVS also houses a photo lab that can help you organize and create gifts using...

Related Ads

Featured