Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[jgit-dev] jgit archive and then fetch from archive

Hi All,

I am trying to archive a very large git repo using JGIT using the archive method available in JGIT library .We will be creating multiple archives per month/year . But we want to fetch the commits data from the archived repo whenever we need to use it .

I could not find any way to fetch commits from archived repo  on demand . Is it possible through Jgit.

thanks
gaurav 

Back to the top