How to import code into svn from Xcode 5?

I started using the new Xcode 5. I added one new repository from it. Now I want to import the new code from my local directory into this remote repository. I know how to do this in Xcode 4. I find an option to test. But I do not find an option to import the code in the new Xcode. thanks in advance

+4
source share
1 answer

Xcode supports its own repository tool. You can use SVNX free code download tool.

-one
source

All Articles