Conary:Compare Revisions
From rPath Wiki
Developers can compare revisions of the source components for the same trove (package or group). This is often used prior to merging updates to shadows or making manual updates to clones.
Compare Between Repositories
Use cvc rdiff to compare revisions of the same source between labels. In the following distro-release example, developers use the following command to compare the latest committed versions of the shadow and parent:
$> cvc rdiff distro-release example.rpath.org@corp:devel conary.rpath.com@rpl:1
Compare Between Context and Repository
Use cvc diff to view the modifications made to a checked out copy of a source Execute the command from the directory where the trove is checked out. In the distro-release example, developers use the following command from a checkout directory for distro-release, in the context for project example:
$> cvc diff conary.rpath.com@rpl:1
This will compare the checkout to the latest revision on the conary.rpath.com@rpl:1 label.
