I'm using perforce for versioning control. Let's say I am working on a file in the main branch:
//main/xx.cs
(it's open for edit)
In the mean time, //main
gets branched to //v1
and then //main
gets locked.
Is there a way I can integrate my local changes in //main/xx.cs
directly to //v1/xx.cs
?