SVN使用记录-不断更新

来源:互联网 发布:数控铣削编程 编辑:程序博客网 时间:2024/05/24 01:12

删除某个项目中所有的.svn文件:find . -name ".svn" | xargs rm -Rf

上传项目svn中:svn import -m "New import" myproj http://xxxx.xxxx.xxx.com/misc