Project Settings are locked

http://puu.sh/9Tm3f/685f32e49e.png

I connected to a source control and disconnected from it, now my controls are locked.
I remade the SVN and reconnected to it, and its still locked, I have no idea what to do. I click “check out file” and it does nothing.

From your other posts it sounds like you may be trying to use both SVN and Perforce on the same set of files. Is this the case?

If you do this then you can cause issues as Perforce sets files to be read-only, while SVN does not (but cannot modify files that are).

I am not, I used one, uninstalled, then used the other. Testing purposes to see which would work best.

Did you delete all of the project’s files when swapping from Perforce to SVN?

As I say above, Perforce marks all files as read-only, so you may be seeing the effects of this when trying to check out. If you select all the files & directories in your project, right click->properties (if on windows) then check & uncheck the ‘read-only’ box, this might fix your issue.

I did not, as I have little knowledge about SVN’s in general. I did not assume Perforce would make content read-only. So your suggestion does fix the issue. Much appreciated tom!