On Sun, Dec 4, 2011 at 11:42 PM, Filipe Manana (Commented) (JIRA) wrote: > >    [ https://issues.apache.org/jira/browse/COUCHDB-1323?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13162504#comment-13162504 ] > > Filipe Manana commented on COUCHDB-1323: > ---------------------------------------- > > Benoît, just tried out your github branch. All tests pass for me and it looks ok, so +1 > > Looking at .gitignore changes, I see the following line added and I'm curious about it. > > +*.sw* > > What are the *.sw* files? > >> couch_replicator >> ---------------- >> >>                 Key: COUCHDB-1323 >>                 URL: https://issues.apache.org/jira/browse/COUCHDB-1323 >>             Project: CouchDB >>          Issue Type: Improvement >>          Components: Replication >>    Affects Versions: 2.0, 1.3 >>            Reporter: Benoit Chesneau >>              Labels: replication >>         Attachments: 0001-create-couch_replicator-application.patch, 0001-move-couchdb-replication-to-a-standalone-application.patch, 0001-move-couchdb-replication-to-a-standalone-application.patch, 0001-move-couchdb-replication-to-a-standalone-application.patch, 0001-move-couchdb-replication-to-a-standalone-application.patch, 0002-refactor-couch_replicator.patch, 0002-refactor-couch_replicator.patch >> >> >> patch to move couch replication modules in in a standalone couch_replicator application. It's also available on my github: >> https://github.com/benoitc/couchdb/compare/master...couch_replicator > > -- > This message is automatically generated by JIRA. > If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa > For more information on JIRA, see: http://www.atlassian.com/software/jira > > sw file are vim swap files . I was tired to clean that every time ... - benoit