Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [platform-dev] Getting a list of files that are modified in given project

Maybe the team synchronize API is of use. This is SCM agnostic: I know it works with git, svn and cvs.

I dug up some info here. Scroll down on this page
https://www.eclipse.org/eclipse/platform-team/team3.0/synchronizing_solution.html

On Mon, Oct 5, 2020 at 10:27 PM Gayan Perera <gayanper@xxxxxxxxx> wrote:
HiĀ All,

I'm trying to implement a plugin to perform code cleanup and import organizing only for modified files in a given project(s). I would like to do it SCM agnostic way so that the feature can work with any VCS that is supported by eclipse. What are the platform API i can use to get list file file resource that has modifications when comparing with HEAD revision ?

Best regards,
Gayan.
_______________________________________________
platform-dev mailing list
platform-dev@xxxxxxxxxxx
To unsubscribe from this list, visit https://www.eclipse.org/mailman/listinfo/platform-dev

Back to the top