ios - How to do SVN setup for XCode 5? -


i trying setup svn project. have created project last month want manage on svn. not getting proper options this. using following steps this

  1. xcode>preference>accounts> add repository
  2. source control>commit> select files initial commit>add comment

after want check mark option push remote. disable. please guide me missing here. more details have attached screenshot. option @ left bottom.

enter image description here

svn doesn't have push command. when commit changes, sent repository. that's why there 1 step svn - commit. that's difference git, have 2 steps - commit local repository, push remote repository.


Comments

Popular posts from this blog

windows - Single EXE to Install Python Standalone Executable for Easy Distribution -

c# - Access objects in UserControl from MainWindow in WPF -

javascript - How to name a jQuery function to make a browser's back button work? -