Actions
Bug #1368
closedIf a document's revision is 0, it couldn't be replicated
Start date:
03/15/2004
Due date:
% Done:
0%
Estimated time:
Bugzilla-Id:
1368
Description
If a document's revision is 0 in host A, it can't be replicated to host B. This
is because we decided revision number should start at 1. But in knb-lter-gce,
the documents start revision number from error. We should fix the bug.
Updated by Jing Tao over 20 years ago
In DocumentImpl class, the constrain for revision in replication was changed.
Revision = 0 is allowed now. So any revision number which is greater and equals
0 can be replicated.
Actions