executing a clearcase command through a c program -


i trying execute following clearcase command through c program.

system("ct pwv"); 

but i'm getting error. :permission denied.

would please suggest solution problem. thanks.

try cleartool:

system("cleartool pwv"); 

Comments

Popular posts from this blog

c++ - Linked List error when inserting for the last time -

java - activate/deactivate sonar maven plugin by profile? -

xml - How do I use an xdoxslt variable inside xsl code, in BI Publisher? -