Hi both,

Hope this post can help you
http://stackoverflow.com/questions/5904256/git-subtree-merge-into-a-deeply-nested-subdirectory:)



On Wed, Apr 30, 2014 at 2:09 AM, Daniel Gómez Rico <
danielgomezr...@gmail.com> wrote:

> The same thing happens to me.
>
> Em quarta-feira, 28 de agosto de 2013 15h26min27s UTC-3, Jon Mullen
> escreveu:
>
>> I have a repository named bar.  I added a sub repository using the
>> following subtree command.
>>
>> git subtree add --squash -P foodir/ foo master
>>
>> I then pushed these changes to bar.  A few days ago I made changes to the
>> foo repository and I am now trying to pull them into the bar repository
>> using the following command.
>>
>> git subtree pull --squash -P foodir/ foo master
>>
>> However, at the end I receive an error that says the following.
>>
>> Fatal: entry not found in tree (Some SHA number)
>>
>> Does anyone have a clue to what I am doing wrong?
>>
>  --
> You received this message because you are subscribed to the Google Groups
> "Git for human beings" group.
> To unsubscribe from this group and stop receiving emails from it, send an
> email to git-users+unsubscr...@googlegroups.com.
> For more options, visit https://groups.google.com/d/optout.
>



-- 
Regards,
David Shen

http://about.me/davidshen
https://twitter.com/#!/davidshen84

-- 
You received this message because you are subscribed to the Google Groups "Git 
for human beings" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to git-users+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to