Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » Plugin Development Environment (PDE) » Get all commits in repository
Get all commits in repository [message #1419521] Mon, 08 September 2014 18:46
Mateusz K is currently offline Mateusz KFriend
Messages: 1
Registered: September 2014
Junior Member
Hello,

In my plugin I want to get the history of files in repository (git, svn). The history should be limited by starting and ending commmit. These commits will be defined by the commit ids* (user input).

I can retrieve all files in project, and for every file all revisions. Every revision has its timestamp. I can include or exclude particular revision comparing its timestamp with the starting and ending timestamp. However, I have to get to know these timestamps in some way, having only commit ids*.

I can not find proper method in org.eclipse.team.core.

Could you help me?
Previous Topic:Cannot Locate Examples Guide in Help After Installing Eclipse SDK Examples
Next Topic:Problems to new project wizard
Goto Forum:
  


Current Time: Wed Apr 24 14:09:00 GMT 2024

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

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

Back to the top