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

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

python - TypeError: can only concatenate tuple (not "float") to tuple -

java - What is the difference between String. and String.this. ? -