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

Clearcase update generates lots of progress "junk" in the logs

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Won't Fix
    • Icon: Major Major
    • clearcase-plugin
    • None
    • Platform: All, OS: All

      We're ending up with a couple hundred K of text in every log that reads:

      Processing dir /vobs/asdfasdf
      ..........
      End dir /vobs/asdfasdf

      There doesn't seem to be a cleartool command line option to turn this off. (CVS uses -Q)

      Maybe pipe the output of cleartool update through:

      grep -v "Processing dir " | grep -v "End dir " | egrep -v "\.+$"

      or something like that to clean out the progress junk.

      I have hudson set up to email on problems, and my handheld only fetches the first part of the email
      normally. It's not productive to wade through all this junk.

            abayer Andrew Bayer
            snicolai snicolai
            Votes:
            1 Vote for this issue
            Watchers:
            1 Start watching this issue

              Created:
              Updated:
              Resolved: