Skip to main content



      Home
Home » Eclipse Projects » EGit / JGit » Clone to streams?
Clone to streams? [message #1791508] Sun, 01 July 2018 08:44 Go to next message
Eclipse UserFriend
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 09:20 Go to previous message
Eclipse UserFriend
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: Mon Jul 07 05:24:56 EDT 2025

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

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

Back to the top