Description of problem:
Please implement snapshot tree so one can make a "branch" of a snapshot and this branch can live its own life without interfering with other branches. It is not possible right now, now the snapshot are linear. I feel this as *big* disadvantage. In my case I cannot for example save work when working with old snapshot (snapshot_1 -> i upgrade OS, cannot save into snapshot as there is snapshot_2, snapshot_3...).
Our competitor has this funcionality.
Version-Release number of selected component (if applicable):
sf11
How reproducible:
Steps to Reproduce:
1.
2.
3.
Actual results:
Previewing old snapshot and saving/commiting changes breaks following/newer snapshots.
Expected results:
To be able to work with older snapshots and save work into older snapshosts, or their branches, thus a 'snapshot tree' funcionality is needed.
Additional info: