In order to move files from one project/folder to another one approach would be check it out, override in local workspace directory, check back in.... seems like lots of steps. If there a way to do it with just branching from project01/folderA to
project02/folderrA. Right now I can not branch the file - error message that file with the same name already exists. Is it the way to bring it in by branching and make the latest version in the target project ? or what is the shortest way to do it without check out / check in procedure ?
Thanks