1

A snapshot named snapshot 1 is created for a Stream on Jan 1 2017 (For example)

Later I create a stream out of snapshot 1 and do some code delivery. (On Feb 2017)

After a month, I create another stream out a snapshot 1. (March 2017)

Will the snapshot 1 have the same code as created on Jan 1 2017 ?

VonC
  • 1,262,500
  • 529
  • 4,410
  • 5,250
user3302323
  • 333
  • 1
  • 2
  • 11
  • Could you please review your past question and accept, meaning clicking on the tick for the answer you think address your past questions? (http://stackoverflow.com/help/accepted-answer). That helps other to know which answer is helpful. – VonC Jul 31 '16 at 16:35

1 Answers1

0

Will the snapshot 1 have the same code as created on Jan 1 2017 ?

Yes, that is the idea behind a snapshot: it is immutable... unless tou delete it (which is possible since RTC4.0) and recreate one with the same name.

But if you have not deleted it, a snapshot content never change.

VonC
  • 1,262,500
  • 529
  • 4,410
  • 5,250
  • Is baseline similar to creation of tag? – user3302323 Jul 29 '16 at 17:21
  • @user3302323 there is no tag in RTC, but you can create baselines. A baseline is like a tag set on all elements of a components. If you have multiple components, you would create multiple baselines. A snapshot is like a tag but for *all* components on one stream (instead of component by component) – VonC Jul 29 '16 at 18:34
  • @user3302323 I see you still have not accepted any answer for your past answer: if you think they are not fully answered, leave me some comments and I will complete said answers. – VonC Jul 29 '16 at 18:35