- 检出:svn checkout
举例svn checkout svn://localhost/测试工具 /home/testtools --username wzhnsc - 查看状态: svn st
- 更新: svn update
- 提交: svn commit -m "注释"
- 比对: svn diff
- 删除: svn delete
- 新增: svn add 文件名
递归 svn add . --no-ignore --force (—no-ignore会加入文库.D_store,慎用)
本文标题:SVN常用命令
本文链接:https://www.haomeiwen.com/subject/aaytzttx.html
网友评论