SVN 版本管理
常用命令
- 检出项目
svn checkout http://IP:Port/svn/docs/<项目路径>/ --username=<用户名>
- 添加文件
svn add <文件|目录>
- 提交远端服务器
svn commit -m 'commit msg'
svn checkout http://IP:Port/svn/docs/<项目路径>/ --username=<用户名>
svn add <文件|目录>
svn commit -m 'commit msg'
From here you can search these documents. Enter your search terms below.
Keys | Action |
---|---|
? | Open this help |
n | Next page |
p | Previous page |
s | Search |