Reputation: 1393
I have an Xcode project. It is not connected to a repository. I need to upload it to SVN. How can it be done?
I'm using Xcode 4.0.
Upvotes: 2
Views: 4143
Reputation: 12884
If I recall correctly XCode 4.0 had quite some flaws regarding the SVN implementation. One of the major problems was, that you might have to enter your credentials in the Terminal before Xcode works with SVN.
However, I would recommend to try the software Versions. It is easy to use, reliable and has a nice GUI.
Upvotes: 1
Reputation: 10432
You can use the built in support for SVN in Xcode 4. A tip on how to do it is located here : How to add a new project to source control in Xcode 4?
Upvotes: 1