mgirod / clearcase-cpan

Automatically exported from code.google.com/p/clearcase-cpan
0 stars 0 forks source link

ClearCase-Argv, ipc mode: some of the output of man interpreted as errors #37

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Use a wrapper
2. ct man co | col -bx

What is the expected output?

checkout
=========
...

What do you see instead?

cleartool: Error: Unable to perform operation "checkout" in replica 
cleartool: Error: Master replica of branch "/main" is "london".
cleartool: Error: Unable to check out "file1.txt".
cleartool: Warning: Version checked out is different from version 
checkout
=========
...

Same this with some toher pages, e.g. lsp.
The lines in the man pages which match error patterns are stripped
from the output, and sent instead to stderr.

Please use labels and text to provide additional information.

CPAN ClearCase::Argv 1.45

Original issue reported on code.google.com by marc.girod on 19 Jun 2009 at 11:38

GoogleCodeExporter commented 9 years ago
Fixed in r345

Original comment by marc.girod on 20 Jun 2009 at 8:26