Uploaded image for project: 'Jenkins'
  1. Jenkins
  2. JENKINS-190

Changed CVS behaviour when "cvs update" and "cvs legacy mode" are selected

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Fixed
    • Icon: Major Major
    • core
    • None
    • Platform: All, OS: Linux

      When using multiple cvs modules in a single Hudson project, and setting both the
      "CVS update" and "CVS legacy mode" checkboxes in the project configuration,
      Hudson used to do the cvs update on each module. With the latest version 1.64,
      this behaviour has changed and Hudson now does the cvs update on the top level.

      Example:

      in the project config, enter the following module names as cvs modules to be
      checked out:

      products/Product1 products/Product2 products/Product3

      (We assume that the goal is to roll a releasable .tgz file that consists of
      several products configured for a specific customer)

      Hudson used to go into each module directory individually, doing the CVS update
      there. Now, it just does the cvs update in "products/" - which essentially tries
      to pull our entire CVS.

            jglick Jesse Glick
            blackmuzzle blackmuzzle
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

              Created:
              Updated:
              Resolved: