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"
|
0 意見:
張貼留言