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
- xcode>preference>accounts> add repository
- 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.
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
Post a Comment