How can I get the master's current revision number

Problem

In some situations is important to know the master's current revision number

Resolution

The current revision number of a cluster node is contained in a file at crx-quickstart/repository/revision.log. As is contents is binary it is needed to be displayed in a hexadecimal editor and convert it into decimal with a calculator.

On *nix this becomes:

$ hexdump -C crx-quickstart/repository/revision.log
00000000  00 00 00 00 06 52 62 00  |.....Rb.|
00000008
$ echo "ibase=16; 06526200" | bc
106062336

So, this instance's revision is (decimal) 106062336.

Applies to

CRX 2.3

 Adobe

Get help faster and easier

New user?

Adobe MAX 2024

Adobe MAX
The Creativity Conference

Oct 14–16 Miami Beach and online

Adobe MAX

The Creativity Conference

Oct 14–16 Miami Beach and online

Adobe MAX 2024

Adobe MAX
The Creativity Conference

Oct 14–16 Miami Beach and online

Adobe MAX

The Creativity Conference

Oct 14–16 Miami Beach and online