I am trying to generate a report of what changed (files and lines of code) between two baselines.I was able to see the activities and versions but is there a way to print out, say each file name and t
I\'m using clearcase as version control and JIRA as bug-tracking tool. Currently ccase and JIRA is not integrated f开发者_如何学Goor issue tracking. I\'d like to integrate JIRA with ccase but I am a b
I have Perl script that gets stat information for a given file. But it does not work for .war file. (This file has symbolic link.)
Within my program I have a method that checks out a file but I need to be able to check it back in again,
Is there any so开发者_Go百科ftware for clear case VOB\'s available for monitoring the commits, like svn monitor do for subversion.If you are talking about this SVN Monitor, then there isn\'t a tool wh
I\'ve a tool to generate some configuration files, where these configuration files are kept in clearcase to run some setup scripts. The version and merge details for these files are not so important,
When I do \"ct lsco -a\" I can see that I have three checkouts. But they don\'t show up in xclearcase, and the directories aren\'t visible from the command line.
Hallo. I you use the following ClearCase Find Command in a Batch-File. cleartool find . -version \"version(\\main\\LATEST) && !lbtype(%3)\" -print > y:...\\%3.log
In Rational Software\'s Clear开发者_运维问答case, is there a cleartool subcommand, or other command line tool, equivalent to the blame command in SVN or in git?The closest one would be with cleartool
Is there a way to send the clearcase log file to dev/nu开发者_如何学运维ll in a CruiseControl.NET environment?