amatuerCprogrammer
amatuerCprogrammer

Reputation: 73

Perforce Labels : Does perforce allow diff across labels in different branches

I have to perform a Perforce Labelling . I wanted to know if the following is possible .

Branch 1 : It was labelled as Label1 and then Label2 . I can diff between labels Label1 and Label2

Brach2 : It was labelled as Label3 and then Label4 . I can diff between Label3 and Label4

But does perforce allow me to diff across branches ? ex Label1 vs Label3 ??? It does not seem to show results in a meaningful manner . Is this expected ?

Upvotes: 1

Views: 2337

Answers (1)

randy-wandisco
randy-wandisco

Reputation: 3659

Have a look at this:

http://kb.perforce.com/article/43/changes-between-labels

In general you can use the 'diff2' command to diff branches, using whatever revision specifiers you want. But you'll need to be aware of the label diff caveats described in that KB article.

Upvotes: 1

Related Questions