Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » EGit / JGit » calling RevWalk for remote repository
calling RevWalk for remote repository [message #1727371] Tue, 22 March 2016 13:40 Go to next message
Marc Lustig is currently offline Marc LustigFriend
Messages: 3
Registered: March 2016
Junior Member
hello, is it possible to perform a RevWalk on a remote GIT repo?
Re: calling RevWalk for remote repository [message #1727382 is a reply to message #1727371] Tue, 22 March 2016 14:42 Go to previous message
Christian Halstrick is currently offline Christian HalstrickFriend
Messages: 274
Registered: July 2009
Senior Member
No, that's not possible. You need to clone before inspecting the repo. The only thing you can do is "ls-remote" to see the refs of a not yet cloned repo.

Ciao
Chris
Previous Topic:commit hangs
Next Topic:how to retrieve number of changed lines per resource
Goto Forum:
  


Current Time: Fri Apr 26 14:42:45 GMT 2024

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

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

Back to the top