Note that there are some explanatory texts on larger screens.

plurals
  1. PO
    primarykey
    data
    text
    <p>You should be able to:</p> <ul> <li>launch a refresh sandbox (that will not commit anything), as shown in your previous question "<a href="https://stackoverflow.com/a/9621025/6309">Why aren't my pending changes being shown in RTC?</a>"</li> <li>then undo your local changes</li> </ul> <hr> <p>This <a href="https://jazz.net/forums/viewtopic.php?p=69532&amp;sid=5c16f9b08ba29427090a595d111e4cf5" rel="nofollow noreferrer">thread on jazz.net</a> has a more complete but dangerous solution:</p> <p>(preface: <a href="https://stackoverflow.com/users/664510/ehughes">ehughes</a> does advise in the comment:</p> <p><strong>Don't reload!</strong><br> The user's Eclipse workspace has the wrong view of the filesystem, <strong>it just needs to be refreshed</strong>.<br> Reloading for this is like using an atomic weapon to kill a fly. Just refresh! It's easy, quick, and painless!</p> <p>)</p> <blockquote> <p>What matters is whether the metadata associated with the sandbox is synchronized with the metadata about the workspace in the repository.<br> (The fact that it seems in sync to you is not sufficient :-).</p> <p>And the right answer is to <strong>re-load, with the "reload projects out of sync" action</strong>.<br> In my experience, this will never overwrite any of your local changes, and it definitely will not change the date stamp on any file that is currently loaded and in-sync with what is in the repository.</p> </blockquote> <p>(actually it can erase/delete local changes)</p> <blockquote> <p>But until we get confirmation from the RTC SCM team that the "re-load out of synch" operation will never overwrite local changes, I'd store a copy of your sandbox in some temp directory before doing the load, just in case. </p> </blockquote> <hr> <p>Note: that same thread mentions:</p> <blockquote> <p>this error message should be improved.<br> It should say something like:</p> </blockquote> <pre><code>Files in your sandbox are out of sync with your repository workspace </code></pre> <blockquote> <p>I've submitted <a href="https://jazz.net/jazz/web/projects/Rational%20Team%20Concert#action=com.ibm.team.workitem.viewWorkItem&amp;id=185778" rel="nofollow noreferrer">work item 185778</a> to get this fixed. </p> </blockquote>
    singulars
    1. This table or related slice is empty.
    plurals
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. VO
      singulars
      1. This table or related slice is empty.
    2. VO
      singulars
      1. This table or related slice is empty.
    3. VO
      singulars
      1. This table or related slice is empty.
 

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