Note that there are some explanatory texts on larger screens.

plurals
  1. PO
    text
    copied!<pre><code> cleartool update -graphical %variable% </code></pre> <p>This will update a view, opening a GUI during the update (if <code>-graphical</code> is used) for displaying the number of files unchanged, new, modified, deleted or hijacked during this update.<br> See <a href="http://publib.boulder.ibm.com/infocenter/cchelp/v7r0m0/index.jsp?topic=/com.ibm.rational.clearcase.cc_ref.doc/topics/ct_update.htm" rel="nofollow"><code>cleartool update</code></a> man page.</p> <p>The graphical update will let you specify how you want hijacked files and timestamps handled by said update:</p> <blockquote> <p>Click the <code>Advanced</code> tab and change default options for the <code>Update</code> Tool.<br> If you need to resolve hijacked files, select a method. You have these choices:</p> <ul> <li>Leave hijacked files in place</li> <li>Rename the hijacked files and load the selected version from the VOB</li> <li>Delete hijacked files and load the selected version from the VOB</li> </ul> <p>You can also select a method for handling timestamps. You have these choices:</p> <ul> <li>Set file times to current time</li> <li>Set file times to version creation time</li> </ul> </blockquote> <p>You need to enter the path of the root directory of a snapshot view: see "<a href="http://publib.boulder.ibm.com/infocenter/cchelp/v7r0m0/index.jsp?topic=/com.ibm.rational.clearcase.hlp.doc/cc_main/to_update_ssv.htm" rel="nofollow">To update snapshot views</a>"</p> <hr> <pre><code>FOR /D %%i IN (%WORSPACE%) DO RD /S /Q "%%i" DEL /Q "%WORSPACE%\*.*" </code></pre> <p>This will <em>completely</em> empty Eclipse workspace, projects and its <code>.metadata</code> folder, forcing Eclipse to recreate a workspace from scratch.<br> It seems a bit extreme, and would basically be the same as</p> <pre><code>RD /S /Q "%WORSPACE%" </code></pre> <p>(Eclipse would recreate "<code>%WORSPACE%</code>" when launched with <code>-data %WORSPACE%</code>)</p>
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload