3

I am not able to setup SVN in Xcode 5. Iv tried these steps:

1) Goto-Xcode-Preferences-Accounts-Add Repositories (clicking "+" sign).

2) Enter the url to common server and click next.

3)Enter the credentials. At this point of time i get this error message

enter image description here

When i click ok i get this screen

enter image description here

Where do i go from here. No other Option left.

The source control seems to be like this.

enter image description here

Cœur
  • 37,241
  • 25
  • 195
  • 267
iCodeAtApple
  • 466
  • 5
  • 16

2 Answers2

0

My recommendation is use SVN via commands you can do this by download command online tools this is more reliable then GUI base tool.

Faheem Rajput
  • 591
  • 4
  • 8
  • 17
  • with XCODE 5 command line tools are already downloaded for me…next steps please – iCodeAtApple Nov 29 '13 at 07:02
  • now you just need to open terminal and try some commands these commands are same like common functions which we already do in GUI SVN Clients like Commit, Checkout ,Add, update. – Faheem Rajput Nov 29 '13 at 07:06
  • 1
    Please refer this link here you can find almost all commands of SVN and detail about them. http://wiki.greenstone.org/wiki/index.php/Useful_SVN_Commands – Faheem Rajput Nov 29 '13 at 07:07
  • Faheem Rajput : That was helpful…thnxx il try it – iCodeAtApple Nov 29 '13 at 07:10
  • SVN in Xcode never Work for me fine always i found some issue and then i move for any other tool but in vain all are paid so finally i find that way which is more powerful and free of cost you have full control on repo by using this method – Faheem Rajput Nov 29 '13 at 07:14
0

Recommendation

I've answered a similar question here and provided references in my earlier answer. Generally speaking you should have been authenticated to the repository (if password is required) and then presented with a target directory. Please note that I am using Xcode 5.0.2 (5A3005).

You could also try importing a sample svn from an offline resource such as the one referenced in the image below. This would help you with validating that everything is correct on your machine/installation. At that point, I'd recommend extrapolating to see how your specific project might be different.

If all else fails you can go to Terminal and use the SVNBook resource from my other question to manually create a local SVN repository and then simply add that to your project. You could then work on adding a remote repo after you have the basics working.

sample svn repo

Community
  • 1
  • 1
Tommie C.
  • 12,895
  • 5
  • 82
  • 100