摘要:1.Developer location setting in Xcode 4.3.2sudo xcode-select -switch /Applications/Xcode.app/Contents/Developer2.Verify xcodebuild versionxcodebuild -version
阅读全文
03 2012 档案
摘要:1.Check your ruby versionruby -v2.Install rvmbash -s stable < <(curl -s https://raw.github.com/wayneeseguin/rvm/master/binscripts/rvm-installer)3.Install homedrew/usr/bin/ruby -e "$(/usr/bin/curl -fksSL https://raw.github.com/mxcl/homebrew/master/Library/Contributions/install_homebrew.rb)
阅读全文
摘要:原文地址:http://www.yuwenlan.com/blog/?p=91、将文件checkout到本地目录 svn checkout path(path是服务器上的目录) 例如:svn checkout svn://192.168.1.1/pro/domain 简写:svn co2、往版本库中添加新的文件 svn add file 例如:svn add test.php(添加test.php) svn add *.php(添加当前目录下所有的php文件)3、将改动的文件提交到版本库 svn commit -m “LogMessage“ [-N] [--no-unlock] PATH(如果
阅读全文

浙公网安备 33010602011771号