svn使用笔记

来源:互联网 发布:ebay数据分析 编辑:程序博客网 时间:2024/06/08 14:56
svn checkout (co)
    svn checkout http://svn.example.com/repos/calc


svn commit (ci)
    svn commit button.c -m "Fixed a typo in button.c."


svn update
svn resolve --accept working sandwich.txt
svn commit -m "Go ahead and use my sandwich, discarding Sally's edits."


svn delete (del, remove, rm)
    svn delete FOO


svn diff (di)
    svn status 查看修改的整体概述, 用命令 svn diff 查看修改的细节


svn patch
原创粉丝点击