[ 
https://issues.apache.org/jira/browse/COUCHDB-769?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15071034#comment-15071034
 ] 

ASF GitHub Bot commented on COUCHDB-769:
----------------------------------------

Github user gilv commented on the pull request:

    https://github.com/apache/couchdb/pull/361#issuecomment-167115435
  
    @rnewson : i updated master branch, then merged it with my branch and 
pushed the changes.
    It seems the merge is a bit weird.. can you explain me what i did wrong?
    Here is what i did:
    
    git remote -v
    origin      https://github.com/gilv/couchdb.git (fetch)
    origin      https://github.com/gilv/couchdb.git (push)
    upstream    https://github.com/apache/couchdb.git (fetch)
    upstream    https://github.com/apache/couchdb.git (push)
    
    git checkout master
    git pull upstream master
    git push
    git checkout store_attachments_external
    git fetch origin
    git merge origin/master
    
    when  i did: 
    git push origin store_attachments_external  - there was an error that i 
should pull before.
    so i did: 
    git pull origin store_attachments_external
    and then 
    git push origin store_attachments_external
    
    Now i see that something is wrong and there are commits that has nothing to 
do to my code
    



> Store large attachments external to the .couch file
> ---------------------------------------------------
>
>                 Key: COUCHDB-769
>                 URL: https://issues.apache.org/jira/browse/COUCHDB-769
>             Project: CouchDB
>          Issue Type: New Feature
>          Components: Database Core
>            Reporter: Robert Newson
>            Assignee: Adam Kocoloski
>         Attachments: external_attachments_alpha.patch
>
>
> For attachment-heavy applications storing the attachments in separate files 
> significantly eases compaction problems.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

Reply via email to