Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[jgit-dev] Re: synchronize patches

On Wed, Jul 7, 2010 at 1:47 AM, Shawn O. Pearce <spearce@xxxxxxxxxxx> wrote:
> Dariusz Luksza <dariusz.luksza@xxxxxxxxx> wrote:
>>
>> OK, and what about FileTreeEntry class? It is also deprecated?
>
> Yes.
>
>> If yes,
>> then how can I obtain file content from RevBlob?
>
> Just open the object from the repository:
>
>  ObjectLoader ldr = repository.openObject(theBlob);

OK, I'll tomorrow replace Tree and FileTreeEntry with RevTree and
RevBlob. Now I'll go sleep because in my timezone is ~2AM right now ;)

Thanks for yours help.

-- 
Best regards

GSM: +48 695 192 160
Blog: http://luksza.org
LinkedIn: http://www.linkedin.com/in/dariuszluksza


Back to the top