Idea Summary
Allow to restore a slightly older version of a working copy
Use Case
a) Correct merge errors between workspaces/main. Sometimes a merge from main into a working copy did overwrite important information. Exporting a slightly older version of the working copy can recover that.
b) A developer was working in the wrong working copy and has changed logic form another develoepr.
Preferred Solution (Optional)
Step 1: Export a working copy using the flashback logic “as of x minutes ago" (already possible)
Step 2: Import the file (already possible)
Current problem: The connection to the main application is lost for the working copy after the import.
This should not happen. After the import, the working copy should be the same as it was “x minutes ago”.