When I am checking out a project or try to commit (I was previously able to do so), I receive the following error:
svn: 'C:\Users\username\workspace\ABC' is already a working copy for a different URL
where ABC is the project name. Any thoughts on how to fix this or what could be causing this?
Your
working directory
contains.svn
subdirectory that points to some repository, use following to take your next step towards resolving your issue: (info
,status
andresolve
):svn info
- info: Display information about a local or remote item.svn status
- status (stat, st): Print the status of working copy files and directories.svn resolve
- resolve: Resolve conflicts on working copy files or directories.I'm way late to this party, but faced the same problem. I had just migrated from an older svn version to a newer one, and a newer server. The local working directories were still pointing at the old server. The svn relocate command fixed the problem. see:
I faced a similar issue when I delected my local WD and tried to checkout again. Be sure to give the exact path of the SVN directory as there will be other directories with .svn files so it will have a conflict.
This will help for sure:
You might want to use the following DOS commands to find .svn directories: