user773578
user773578

Reputation: 1161

SVN checkout issue

I have a project locally that had 3 files, .h, .m and a .xib.

I deleted them and created new ones. I then commited as usual to the SVN repo, and the files dont show up in any commit options.

But when Checking out the project, the 3 files are in red, as if they have been deleted.

I cant seem to overwrite them or replace them.

How is this issue solved?

Thanks

Upvotes: 0

Views: 82

Answers (1)

NoAlias
NoAlias

Reputation: 9193

A Commit is required after a Delete before you add the new files.

Upvotes: 2

Related Questions