Bug #1368
If 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.
History
#1 Updated by Jing Tao over 18 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.
#2 Updated by Redmine Admin over 9 years ago
Original Bugzilla ID was 1368