Possible Duplicate:
Using Subversion in Xcode
I'm building a cross platform application in Visual Studio (Win32/Win8/Direct3D) and Xcode (iOS/OpenGL). I have a repository working via Ankhsvn in Visual Studio but now I need to get the Xcode project connected to it. I've created a default Xcode OpenGL-ES project and will import functionality from the original project piecemeal, but I'm having the dickens of a time getting Xcode to work with the existing repository. Has anyone done something like this before? If so, do you have any pointers on how to do this?
Thanks! Charlie.