The Altair Community is migrating to a new platform to provide a better experience for you. In preparation for the migration, the Altair Community is on read-only mode from October 28 - November 6, 2024. Technical support via cases will continue to work as is. For any urgent requests from Students/Faculty members, please submit the form linked here
Feature Request: Projects Discard Local Changes Per File
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:
Current work around is to use the git command from the project directory:
git checkout -- filenameThis achieves the same effect but isn't as streamlined as using the RapidMiner UI.
Tagged:
0
Best Answer
-
jpuente Employee-RapidMiner, Member Posts: 53 RM Product ManagementHi. 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.
2
Answers