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

Print cwd when running CVS commands

XMLWordPrintable

    • Icon: Patch Patch
    • Resolution: Fixed
    • Icon: Minor Minor
    • core
    • None
    • Platform: All, OS: All

      Some of our projects check out dozens of top-level CVS modules. So our console
      output often has such meaningful entries as

      $ cvs -q -z9 update -PdC
      $ cvs -q -z9 update -PdC
      P build.xml
      $ cvs -q -z9 update -PdC
      $ cvs -q -z9 update -PdC
      $ cvs -q -z9 update -PdC
      $ cvs -q -z9 update -PdC
      $ cvs -q -z9 update -PdC
      P build.xml
      $ cvs -q -z9 update -PdC

      Hmm, what was it updating now?

      It would be preferable to run CVS update just once, at the top level, which
      would probably be faster and also print more informative paths. But in any case
      it would also be helpful to see what dir a command is being run in. Attaching
      (as yet untested) patch which should give that information succinctly and be
      useful in our case at least.

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

              Created:
              Updated:
              Resolved: