Stephen
Stephen

Reputation: 1446

Fix duplicate working copies in Xcode with SVN

I have an Xcode project I am working on with several other people. Everything has been going fine until recently source control (SVN) has shown up with two working copies on my computer. One of them is the actually project (what I want) but the other one has become the Asset Catalog somehow. How do I fix this?

Xcode 5.1

Upvotes: 1

Views: 170

Answers (1)

Guru
Guru

Reputation: 419

Check in all your changes, and try to clean up working copy if still it doesn't work delete the working copy and check fresh repo code.

Upvotes: 1

Related Questions