GitHub user BigBlueHat opened a pull request:
https://github.com/apache/couchdb/pull/108
fixed some miss communication about _replicator
Was saying to `PUT` to `_replicator` directly.
Which throws a "database exists" or similar error.
Also tweaked intro copy to be clearer.
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/BigBlueHat/couchdb patch-1
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/couchdb/pull/108.patch
----
commit 0ce28120b1267995d28d764fab838acb415af96a
Author: BigBlueHat <[email protected]>
Date: 2013-11-21T21:47:01Z
fixed some miss communication about _replicator
Was saying to `PUT` to `_replicator` directly.
Which throws a "database exists" or similar error.
Also tweaked intro copy to be clearer.
----