On Wed, Oct 13, 2010 at 2:19 PM, Benoit Chesneau <[email protected]> wrote: > Hi all, > > Thanks to the awesome work of fdmanana we have now _replicator in > trunk and obviously in 1.1. But we still have _replicate handler in > the code that works differently . Replication handled by _replicate > doesn't create a doc and can't e stopped in the same way. So I was > asking myself if we shouldn't solve this issue before releasing 1.1 . > I see 2 way to do it : > > > - simply remove the _replicate handler > - make the _replicate handler that works like the old one but create > doc in _replicator db > > I think the second solution is better. Also solving that issue would > allows me to merge my replicator ui branch that uses _replicator > features. > > Thoughts?
I think it is OK to leave the old replicator in when we ship the replicator db. That way if there was a bug, there'd be a fallback in the existing version. Can your UI work with the existing trunk? Chris > > - benoƮt > -- Chris Anderson http://jchrisa.net http://couch.io
