subversion - path not found on commit (tortoise)
commit, svn, tortoisesvn
Solution
You need to add the folder "ABC" to the repository. When you next do a commit, SVN should completely remove folder "XYZ" and add everything that was in it as a new folder, "ABC".
Problem
I have a local folder which used to be named "XYZ". It is now called "ABC". When I try to commit files in this directory, I get a "Path not found" error telling me "XYZ" does not exist. Sure enough, when I look in the repository browser, the "XYZ" directory is not there, but I'm wondering how I can tell tortoise to stop looking for "XYZ" and instead to treat it as "ABC". P.S. - the "ABC" directory is appearing in the remote repository, so it just seems like even though the local name has changed, the remote path it points to has not. Thanks!