Using Subversion in Xcode

后端 未结 10 523
灰色年华
灰色年华 2020-12-04 19:52

It seems that all of the initial Google results for \"using subversion with xcode\" are actually just tutorials for installing and configuring svn and Xcode, as opposed to a

10条回答
  •  情话喂你
    2020-12-04 20:35

    if you want to work with svn through a gui interface then i suggest you use eclipse + subclipse plugin (which have more features and much more reliable and easy than svn on xcode)..

    you will work in xcode as normal but you will use eclipse only as an svn client (by creating a general project in eclipse and make it points to your xcode project directory )

    and here is a tutorial of how to install subclipse

提交回复
热议问题