sureshvv opened a new issue #649:
URL: https://github.com/apache/couchdb-documentation/issues/649
In `src/replication/conflicts.rst` the ruby example saya:
# Make three conflicting versions
write1({"hello"=>"foo"},"test",rev1)
write1({"hello"=>"bar"},"test",rev1)
write1({"hello"=>"baz"},"test",rev1)
Only the first one of the 3 write1 succeeds. The other 2 fail with 409 error
and no conflicting versions are created.
Is this a correct example?
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]