
Svn
iteye_4596
这个作者很懒,什么都没留下…
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
svn 提交代码的安全方式
svn 提交代码的安全方式 1.选中要更改的代码执行update,从库里拿到最新的代码。 2.修改代码。 3.*这个时候不要再更新了,why? 4右键选择team-->synchronize with Repository,确定下改动的是不是自己想要的。(这时本地和远程库比较不要用compare with了,因为它没有synchronize with更及时与库比较,出现过这个诡异问题...原创 2011-03-11 15:30:30 · 192 阅读 · 0 评论 -
Svn 常用命令
This command mainly have two purposes. One is compare the base version and nearly change in local. (The base version is the version which we change on this.) command : svn diff ( the same operatio...原创 2011-03-11 17:26:47 · 124 阅读 · 0 评论