Hi -
How do you branch from a specific changelist in perforce? That is, if main is my main codeline, and I want to create a branch b off of main from a changelist n, what is the syntax to do this?
I've tried:
//depot/main/...@n //users/me/sandbox/...
in my branch spec, but get errors.
And
p4 integrate -b branch_b @n
doesn't seem to work either.
Thanks in advance.
-David