My only point
is that we need to support both use cases:
> - round trip strategy (i.e. write in wiki, test, export, save)
> - source tree changes strategy (i.e. write in source, push, test, fetch, save)
To be more precise:
- round trip strategy (i.e. write in wiki, [test, make changes]*, export, save)
- source tree changes strategy (i.e. write in sources, [push, test in wiki, make changes
locally]*, save)
I agree we need to support both.
The more fundamental question is: do we need to support both with the
same sources?
My claim is that this is close to impossible, especially if one wants to
leave a lot of freedom to the developers to layout the source the way
they want.
If the sources do not need to be equal (i.e. a source project does not
need round-tripping equality) then I think we're safe.
Paul