摘要: 一、svn管理常用命令 1.创建仓库 svnadmin create name二、svn客户端常用命令 1.帮助svn --help 2.导入 svn import -m "message" svn://localhost/test 3.导出 svn export svn://localhost/test 4.迁出 svn checkout svn://localhost/test 5.更新 svn update 6.添加 svn add . --force 7.提交 svn commit -m "message" 8.查看 svn info 9.查看历 阅读全文
posted @ 2011-06-27 22:01 ArronGao 阅读(309) 评论(0) 推荐(0) 编辑