GithubHelp home page GithubHelp logo

p2diff's Introduction

p2diff -- Shows the differences between two p2 repositories

Build locally

$ mvn clean verify

The artifacts will be built in org.eclipse.equinox.p2.example.p2diff.packaging/target/products/org.eclipse.equinox.p2.example.p2diff.product/.

USAGE

p2diff [options] repository1 repository2

DESCRIPTION

Loads two p2 repositories and pretty prints the differences. The tool can be configured for high level differences, or it can show more detailed information about how specific IUs have changed.

The following options are available:

    -h                   Displays this message  
    -onlylatest          Only operate on the latest version of each IU  
    -ignorecase          When comparing IUs, the IDs are compared in a case insenstive way  
    -mode=all            Compare all IUs regardless of their ID  
    -mode=ignoreVersions If an IU in each repository has the same ID, consider  
                         them equal, regardless of their version.  
    -mode=deep           If an IU in each repository has the same ID, compare  
                         the contents of the IU.  
    -query=all           Operate on ALL the IUs in a repository  
    -query=groups        Only operate on IUs that are marked as GROUPS  
    -query=categorized   Only operate on IUs that have been explicitly categorized  
    -category=Category  Used in conjunction with -query=categorized. This will  
                         only print IUs in a specific category 

EXAMPLE USAGE

Print the differences between the Juno and Indigo releases, but only show the items in the Programming Languages category.

./p2diff -query=categorized -mode=ignoreVersions -category=Programming Languages -onlylatest http://download.eclipse.org/releases/juno http://download.eclipse.org/releases/indigo

LICENSE

p2Diff is licensed under the EPLv1. Copyright EclipseSource 2012. Maintained by Ian Bull.

p2diff's People

Contributors

irbull avatar mknauer avatar mickaelistria avatar nickboldt avatar

Watchers

 avatar James Cloos avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.