Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » EGit / JGit » [JGit] Querying a Git Repo
[JGit] Querying a Git Repo [message #748638] Mon, 24 October 2011 20:17 Go to next message
Federico Tomassetti is currently offline Federico TomassettiFriend
Messages: 190
Registered: July 2009
Location: Dublin
Senior Member

Hi, I would like to know if it is possible to query a Git Repository remotely without cloning it.

In particular I would like to query for all the modifications ever happened to files with a given extension (I think I should just ask for all the changes ever happened and than simply filter the files according to their extensions). How should I do that?

Thank you,
Federico


Re: [JGit] Querying a Git Repo [message #748719 is a reply to message #748638] Mon, 24 October 2011 21:28 Go to previous messageGo to next message
Matthias Sohn is currently offline Matthias SohnFriend
Messages: 1268
Registered: July 2009
Senior Member
AFAIK this requires to clone the repository or you need to implement your own jgit based server or extend an existing one.
Re: [JGit] Querying a Git Repo [message #752102 is a reply to message #748719] Wed, 26 October 2011 09:20 Go to previous message
Federico Tomassetti is currently offline Federico TomassettiFriend
Messages: 190
Registered: July 2009
Location: Dublin
Senior Member

Ok, so I will clone the repo. After that how can I get all the modifications ever happened?

Previous Topic:Synchronize view hangs
Next Topic:Submodules?
Goto Forum:
  


Current Time: Tue Mar 19 05:44:46 GMT 2024

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

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

Back to the top