mgirod / clearcase-cpan

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

Wrapper: the profile prevents piping commands to wrappers #43

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. echo mklabel O11_0X_11.0.1 ERICfeam | cleartool.plx
2. ct mklabel O11_0X_11.0.1 ERICfeam

What is the expected output? 

Created label "O11_0X_11.0.1_1.05" on "ERICfeam" version "/main/alt/1".
Moved label "O11_0X_11.0.1" on "ERICfeam" from version "/main/1" to
"/main/alt/1".

What do you see instead?

Use of uninitialized value $ARGV[0] in string eq at
/home/emagiro/.clearcase_profile.pl line 4.
cleartool: Error: Version label of type "O11_0X_11.0.1" already on element.
cleartool: Error: Trouble applying label to "ERICfeam".
cleartool: Error: Unable to create label "O11_0X_11.0.1" on "ERICfeam"
version "/main/alt/1".

Please use labels and text to provide additional information.

r429

Original issue reported on code.google.com by marc.girod on 5 Jan 2010 at 4:10

GoogleCodeExporter commented 9 years ago
The ipc mode is neither sufficient nor necessary: I don't know what I thought.
This requires changes in ClearCase::Wrapper, which I sketched in r447...
The profile may indeed be in the way, so it needs to be fixed (r448).

Original comment by marc.girod on 17 Jan 2010 at 3:04

GoogleCodeExporter commented 9 years ago
I fixed this a long time ago, not paying attention to this 'issue'...

Original comment by marc.girod on 19 Aug 2012 at 7:46