Confirmed users
295
edits
No edit summary |
No edit summary |
||
Line 48: | Line 48: | ||
* Is there any benefit in transmitting the diff with the rest of the history? We are currently assuming that there isn't because the files are easily accessible, and only a diff might be slow to make use of if you need to work from the start/end. Also diffs prevent us from interleaving sources. | * Is there any benefit in transmitting the diff with the rest of the history? We are currently assuming that there isn't because the files are easily accessible, and only a diff might be slow to make use of if you need to work from the start/end. Also diffs prevent us from interleaving sources. | ||
* For none-D VCSs, what's the performance going to be like? Can we use git svn to mitigate the issues? | * For none-D VCSs, what's the performance going to be like? Can we use git svn to mitigate the issues? | ||
It is expected that initially for simplicities sake, we will not be interleaving source, so the diff queue would begin with undo, then save, then vcs info. The system ought to allow source interleaving though. | |||
== Access to older revisions == | == Access to older revisions == |