(I am new to perforce and am trying to avoid getting myself into problems, I have hit problems doing this with other source code control systems)
When I rename I class I need to
- Change the class name it’s self
- Get Visual Studio to Refactor all the code that uses the class
- Rename the file in the Visual Studio project
- Rename the file in Perforce
- Check the changes into perforce
- Then maybe merge the change from my working branch into the main branch
What’s the best way to do the above with perforce? What issues to I need to be aware of?