I have one workspace A with files checked out on computer A. Now I want to continue development on computer B. I copy the files from computer A and creates a new workspace B with mapping to the copied files.
Now Visual Studio wont allow me to check in the files since they are already checked out in workspace A.
How can I resolve this without having to check in the files first on computer A?