SVN update commands

来源:互联网 发布:网站注册域名 编辑:程序博客网 时间:2024/05/16 17:57

 

This is the note of how to update files to SVN server

Used for FIT2022-Computer System 2 (Operating system)

svn co SVNADDR/Floder

add and edit the file want to upload

svn add FILENAME

svn commit -m "DESCRIPTION"

DONE!

原创粉丝点击