自拍偷在线精品自拍偷,亚洲欧美中文日韩v在线观看不卡

Xcode允許SVN管理項(xiàng)目文件教程

移動開發(fā) iOS
本文介紹的是Xcode允許SVN管理項(xiàng)目文件,Xcode就不多解釋了,那么SVN它是版本控制工具,關(guān)于如何管理,來看詳細(xì)內(nèi)容。

Xcode允許SVN管理項(xiàng)目文件教程是本文要介紹的內(nèi)容,關(guān)于xcode相信友們并不陌生了,那么我們之間進(jìn)入話題。Xcode是開發(fā)人員建立 Mac OS X 應(yīng)用程序的最快捷方式,也是利用新的蘋果電腦公司技術(shù)的最簡單的途徑,而SVN是版本控制工具,本文主要是來講解SVN的操作,在網(wǎng)上搜了下,確實(shí)只能用如下步驟來進(jìn)行:

1、 Create the project in XCODE.

2、Setup subversion in XCODE and select the subversion repository for this project.

3、Use Xcode SCM > Repository and click on the IMPORT icon. This will move the local copy to the subversion repository.

5、Now delete your local copy (or move it to another location just in case).

6、CHECKOUT the project from subversion (this will create the subversion .svn folders, …).

7、Reselect the subversion repository for this project.

但是有些文件是不需要上傳的,所以可以通過命令行來設(shè)置過濾掉:也是網(wǎng)絡(luò)收集,這個(gè)沒驗(yàn)證過.改天在試...

編輯 ~/.subversion/config 文件

1. 找到 global-ignores 一行,去掉注釋,編輯成

  1. global-ignores = build *~.nib *.so *.pbxuser *.mode *.perspective* 

Xcode項(xiàng)目文件中有些文件是文本文件,需要告訴SVN,因?yàn)镾VN能更好地管理文本文件(誰用誰知道)

2、找到 enable-auto-props = yes 把注釋去掉,在[auto-props] Section聲明以下文本文件

  1. *.mode* = svn:mime-type=text/X-xcode  
  2. *.pbxuser = svn:mime-type=text/X-xcode  
  3. *.perspective* = svn:mime-type=text/X-xcode  
  4. *.pbxproj = svn:mime-type=text/X-xcode 

小結(jié):Xcode允許SVN管理項(xiàng)目文件教程的內(nèi)容介紹完了,希望通過本文的學(xué)習(xí)能對你有所幫助!

責(zé)任編輯:zhaolei 來源: 博客園
相關(guān)推薦

2011-07-08 13:28:10

XCode SVN

2010-05-26 17:35:08

配置Xcode SVN

2011-08-11 13:10:34

XcodeSVN

2011-07-26 17:47:13

2010-05-26 18:05:13

2011-08-17 16:50:54

2011-08-08 17:31:30

Xcode 工程

2010-05-25 10:08:29

SVN權(quán)限管理

2011-07-26 18:00:43

2011-07-07 10:33:57

項(xiàng)目管理

2010-06-01 09:33:48

SVN創(chuàng)建管理項(xiàng)目

2011-07-06 10:46:33

Xcode

2011-08-11 13:46:04

Xcode離線安裝

2011-07-06 10:32:07

Xcode

2012-05-10 08:29:46

XcodeiOSPhoneGap

2011-07-26 17:43:49

Xcode SVN

2010-05-24 15:41:47

SVN配置教程

2010-05-24 13:24:26

Redmine和SVN

2010-05-21 12:27:22

SVN使用教程

2011-07-26 11:21:28

Xcode Xcode4 Archive
點(diǎn)贊
收藏

51CTO技術(shù)棧公眾號