0

This morning I commited some changes on my desktop, grabbed my laptop and headed out. Checked out code, programmed some more, and commited. Now I am back at home trying to check out my changes on the desktop PC and getting "D:\foo\ is already a working copy for a different URL"

How can I get my latest code?!

I have already deleted my local source and tried checking out again as I've seen recomended a few places. No luck.

Zoe
  • 27,060
  • 21
  • 118
  • 148
Chris Sobolewski
  • 12,819
  • 12
  • 63
  • 96

1 Answers1

0

I had to destroy everything, source files, netbeans project data (which I typically keep in a different folder), and a hidden folder called /.svn/ that was in every sub folder and contained BASE.svn files.

Once I got rid of all of those I was able to download from my repository. I believe it may have worked if I simply got rid of the netbeans project data and the /.svn/ folder.

Chris Sobolewski
  • 12,819
  • 12
  • 63
  • 96