DOCUMENTATION

Conary:conary rdiff

From rPath Wiki

Jump to: navigation, search
Conary --> Conary Commands --> conary rdiff
conary rdiff
conary rdiff <pkg>=<oldversion>--<newversion>
Example> conary rdiff 'python=2.4.1-20.7-1[is:x86]--2.4.1-20.8-1[is:x86_64]'


Use conary rdiff to compare differences between two versions of a package as they exist in the repositories in your install label path.

The strings before and after the double dash (--) can be full version strings, branches, labels, revisions, and may or may not include flavors. Use single quotes around the argument as shown in the example if there are characters that would be interpreted differently by your current shell.

Add options as indicated in the conary(1) manual page (man conary) to see what other options you have available with this command.