Can Xcode be used to develop in Client/Server environment. By that i mean, source code is in once location and multiple people can work on the same project without having to have multiple un-synced copies.
Much like we can do with DreamWeaver. We establish sites and the source is in single location (server), and "clients" 1) lock the file, 2) update the file, 3) post the changes, 4) revoke the lock. This way the changes are visible to every connected client.
I know Subversion can be used, but i was just wondering if Xcode has some hidden capabilities (that i don't know of). I haven't used Xcode that much.
Hope the question makes sense.