Skip to main content



      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] Fri, 08 October 2021 23:28
Eclipse UserFriend
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: Fri, 08 October 2021 23:36] by Moderator

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


Current Time: Sun May 18 04:40:03 EDT 2025

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

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

Back to the top