2016年11月16日 星期三

SVN Command

1.open teminal on your macbook.



 
2.
update //enter you folder
cd /Users/.../
//update your project
svn co https://.../myApp
Commit //enter your folder
cd /Users/.../myApp
//commit your project and set your command text
svn commit -m "Added some text"
or svn ci -m "add some text"
Share:

0 意見:

張貼留言