Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » EGit / JGit » Clone to streams?
Clone to streams? [message #1791508] Sun, 01 July 2018 12:44 Go to next message
Martin Rowlinson is currently offline Martin RowlinsonFriend
Messages: 1
Registered: July 2018
Junior Member
Is it possible to clone a remote repo into streams using JGit?

What I'm trying to do is clone a remote repo and, as each file is about to be fetched, for my code to receive the path+filename and then provide an output stream for that file to be written to.

Is this possible using JGit? Would appreciate any help or pointers.

TIA
Martin
Re: Clone to streams? [message #1792365 is a reply to message #1791508] Mon, 16 July 2018 13:20 Go to previous message
Matthias Sohn is currently offline Matthias SohnFriend
Messages: 1268
Registered: July 2009
Senior Member
No, this is not supported by CloneCommand. It uses DirCacheCheckout.checkout() to populate the working directory.
Previous Topic:Help: My Push was rejected
Next Topic:Unauthorized 401 when trying to clone
Goto Forum:
  


Current Time: Thu Apr 25 11:19:42 GMT 2024

Powered by FUDForum. Page generated in 0.03221 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top