Delta Migration #814
-
Hello, Does this tool support a delta migration where we could migrate boards and if changes are made to source after a migration is complete we could then again and apply the deltas ? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
Yes. It replays revisions if you ask it to and knows which revisions have been played. I think it even works if you don't play revisions because it knows the revision number either way and can see something is new. I've been telling my teams that if they need to keep working on the old site go ahead. I just tell them not to push to the old Git repos anymore once they've been moved. In fact, I make the old Git repos read-only so they CANNOT push to them. |
Beta Was this translation helpful? Give feedback.
Yes. It replays revisions if you ask it to and knows which revisions have been played. I think it even works if you don't play revisions because it knows the revision number either way and can see something is new.
I've been telling my teams that if they need to keep working on the old site go ahead. I just tell them not to push to the old Git repos anymore once they've been moved. In fact, I make the old Git repos read-only so they CANNOT push to them.