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

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

python - Django-easy-pdf: xhtml2pdf reporting reportlab 2.2+ is required, but 3.0 installed -

collision detection - C++ library for mesh to mesh intersection: what is available? -