2

I tried to move folder A, which is inside my working copy to another folder B inside the same working copy. The move failed because a file was used by a popular scientific calculation program.

Now it's not possible anymore to move folder A to folder B, because of the error Path '...' already exists.

Update and Clean-up didn't help.

When I try to commit the folder B, the folder A which should have been moved and all its files are marked missing.

Possible solutions:

How can I move Folder A to folder B, now that this error exists?

Community
  • 1
  • 1
JaBe
  • 664
  • 1
  • 8
  • 27

2 Answers2

2

I reverted the change according to this answer and it worked fine afterwards.

Including that missing file as suggested by Simon F didn't work.

Community
  • 1
  • 1
JaBe
  • 664
  • 1
  • 8
  • 27
1

This just happened to me. I Committed the folder and checked/included that "missing" file. (Tortoise)SVN "Deleted" the "missing" file (from the place where it was never really moved to) and then after that it was fine. I SVN-moved my file to its proper home.

Simon F
  • 1,299
  • 1
  • 11
  • 14