Revision Comparison

I need to compare revisions to see what the difference is between what I deployed and the latest code base. How can I go about doing this?

It's possible to compare arbitrary revisions using the revision numbers. To do this, navigate to any revision e.g.

https://build.journeyapps.com/apps/5deac01ec933055821d82533-myapp/revisions/18

replace the /18 with the following:

/compare/123...456

where 123 and 456 are the revision numbers that you want to compare.

p.s. The revision number is shown on the left of each saved revision on the revisions page.

1 Like