lmutil lmstat -a this will list out who’s holding the license for using Rational product. there are information on how many license available and how many has been checkedout. So, if you face this issue, try execute this command and see if someone released their license and you might have a chance checking out the [...]
Posts Tagged ‘clearcase’
When there’s clearcase license checkout error.
Posted: June 10, 2010 in computer, computer and its science, work, Work and playTags: checkout, clearcase, license, lmstat, lmutil
0
ClearSVN: Synchronizing Clearcase and SVN.
Posted: June 10, 2010 in computer, computer and its science, work, Work and playTags: clearcase, clearsvn, SVN, synchronize
this is the script to synchronize clearcase and svn: C:\Program Files\ClearSVN\dist>clearsvn import -s -t -c -v high -r :
so, what happened to my code?
Posted: December 22, 2009 in computer, computer and its science, its science, Me and People, work, Work and playTags: clearcase, code, vacation
sometime we go out for holiday and come to work just to find our shared code in clearcase has gone through massive editing and modification. Panic not; because in clearcase, you can list down the history of what happened to your code by going to the command prompt and lshistory. pretty useful because it list [...]
Clearcase: create cc trigger
Posted: December 10, 2009 in computer, computer and its science, work, Work and playTags: clearcase
cleartool mktrtype -c “<comment>” -element -preop checkin -eltype text_file -execwin “ccperl \\\<wherever you put your perlscript>.perl” -execunix “Perl /<wherever you put your perlscript>.perl” <trigger name>
Clearcase: attach trigger
Posted: December 10, 2009 in computer, computer and its science, work, Work and playTags: clearcase
[root]# cleartool mktrigger -recurse KEY_XML /vobs/<VOB name>/<VOB path>