码迷,mamicode.com
首页 > 系统相关 > 详细

Linux - svn 操作

时间:2018-03-30 20:06:14      阅读:181      评论:0      收藏:0      [点我收藏+]

标签:本地   class   导出   linux   name   ORC   har   nbsp   port   

--force # 强制覆盖

  

/usr/bin/svn --username user --password passwd co  $Code  ${SvnPath}src/                 # 检出整个项目
/usr/bin/svn --username user --password passwd up  $Code  ${SvnPath}src/                 # 更新项目
/usr/bin/svn --username user --password passwd export  $Code$File ${SvnPath}src/$File    # 导出个别文件
/usr/bin/svn --username user --password passwd export -r 版本号 svn路径 本地路径 --force # 导出指定版本

 

Linux - svn 操作

标签:本地   class   导出   linux   name   ORC   har   nbsp   port   

原文地址:https://www.cnblogs.com/sharesdk/p/8677983.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!