Altair RISE

A program to recognize and reward our most engaged community members
Nominate Yourself Now!

Feature Request: Projects Discard Local Changes Per File

User: "MinorJinx"
New Altair Community Member
Updated by Jocelyn
RapidMiner Projects (git) allows you to revert or discard your local changes and start fresh. Would it be possible to allow this on a per file basis so you can choose which files to revert? Using the snapshot viewer you can see which files have been modified and the request is to have a button next to each file which allows for that file's changes to be discarded.

Current work around is to use the git command from the project directory:
git checkout -- filename
This achieves the same effect but isn't as streamlined as using the RapidMiner UI.

Find more posts tagged with

Sort by:
1 - 1 of 11
    User: "jpuente"
    Altair Employee
    Accepted Answer
    Hi. There is actually a way to do this in RapidMiner, although it's maybe a bit hidden. Using Studio, with the Snapshot history panel open, you can select a single snapshot/commit and, in the hamburger (3-dots) menu to the right, select "view snapshot". There, you can see all the changes made on each file. Again, you find a hamburger menu to the right where you can view the file or restore it (see attached picture). Restore actually  means you can save it back somewhere. View means you open it in Studio, so you can save it back to your project and you can commit it again. This latter option is the one you want I think. Let me know if that's what you wanted.