Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » EGit / JGit » Performing RevWalk on repo without downloading entire repo (Downloading metadata to just perform a RevWalk.)
Performing RevWalk on repo without downloading entire repo [message #1846925] Sat, 09 October 2021 03:28
Shmuel Newmark is currently offline Shmuel NewmarkFriend
Messages: 1
Registered: October 2021
Junior Member
Hi, is there any way to clone a repo locally and not download the actual contents of the repo, just the metadata in order to perform a RevWalk? I tried setNoCheckout() and setBare() on cloneRepository but when I ran iterated a RevWalk on that repository it was empty. Am I doing something wrong or is this just not possible?

To be clear, I want to subsequently clone the repo in full, I intend to just use RevWalk to determine which repo hash to actually clone.

Thanks

[Updated on: Sat, 09 October 2021 03:36]

Report message to a moderator

Previous Topic:Reproduction of CI Build
Next Topic:How to retrieve merge conflict info using conflicting files
Goto Forum:
  


Current Time: Thu Apr 25 22:12:43 GMT 2024

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

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

Back to the top