Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

TortoiseSVN error: Working copy path does not exist in repository

I've got a file that I tried to commit using TortoiseSVN, but it gave me the error that the working copy path does not exist, and I have to update my working copy first. So I tried a variety of things:

  • Reverting the file to a previous version
  • Deleting the file, trying to commit without it, then trying to re-add it
  • Deleting the entire folder in my working directory and and re-updating it
  • Doing a clean-up
  • Resolving any conflicts
  • Using the Repo browser to manually add the file to the repository, then trying to re-update, then re-deleting it through the Repo browser

And after all this, I still get the same error. I can't even do a fresh check-out because of the error:

"Working copy path 'path/to/file' does not exist in repository."

I'm completely out of ideas at this point. Help!

like image 875
Chris Avatar asked Nov 01 '22 11:11

Chris


1 Answers

Add the directory to your SVN repository using TortoiseSVN. Then try to add the file.

like image 65
doptimusprime Avatar answered Nov 10 '22 03:11

doptimusprime