当前位置:网站首页>Svn command
Svn command
2022-06-26 09:56:00 【crystal199708】
- Download the code from the server :
svn co url( The address of the server ) path( Local address ) - Update code :
svn update / svn update -rNum(Num Version number ) - Submission code :
(1) svn add path( Directory to add / file )
(2) svn delete/del/remove/rm path( Directory to delete / file )
(3) svn move/mv/rename/ren SRC DST
SRC、DST Are the two URL, The operation will be performed in the server , No submission required , Otherwise, you need to submit in the parent directory .
(4) svn copy SRC DST
(5) svn revert -R . Undo all changes .
(6) svn revert Path( To undo the modified path ).
(7) svn commit -m “Log Message” ( Submit log information ) Path( Path to submit , No default current path )
commit Can be replaced by check in Abbreviation ci, The effect is the same . - see
(1) View differences :
svn diff > LCC.patch
(2) Check the log :
svn log
(3) View the last submission information :
svn info - Delete svn Account information :
rm ~/.subversion/auth
边栏推荐
- c语言语法基础之——函数定义学习
- WGCLOUD的web ssh服务端口是多少
- thymeleaf中抽取公共片段
- This new change of go 1.16 needs to be adapted: the changes of go get and go install
- Problems encountered by jupyter notebook
- LeetCode 958. Completeness checking of binary tree
- What is the web SSH service port of wgcloud
- npm WARN config global `--global`, `--local` are deprecated. Use `--location=global` instead. npm ER
- 2021-11-29 quintic polynomial of trajectory planning
- Control setting layout in linear layout_ Gravity doesn't work?
猜你喜欢

logback

Upgrade idea to 2021.2 shortcut keys

如何更改微信小程序二维码物料颜色

The basis of C language grammar -- learning of local variables and storage categories, global variables and storage categories, and macro definitions

Industrial and enterprise patent matching data (hundreds of thousands of data) 1998-2014

Redis notes (12) - single thread architecture (non blocking IO, multiplexing) and multiple asynchronous threads

自动化测试——pytest本身及第三方模块介绍及使用

Mysql database field query case sensitive setting

Flutter's brain map notes are easy to find and search!

Summary of common commands of vim
随机推荐
Test instructions - common interface protocol analysis
Meaning of go runtime
WGCLOUD的web ssh服务端口是多少
mysql 数据库字段查询区分大小写设置
npm WARN config global `--global`, `--local` are deprecated. Use `--location=global` instead. npm ER
c语言语法基础之——函数 小程序 求阶乘
online trajectory generation
Various errors encountered by tensorflow
npm WARN config global `--global`, `--local` are deprecated. Use `--location=global` instead.npm ER
logback
The basis of C language grammar -- function definition learning
定制拦截器
Vscode common programming fonts
Get the clicked position in the recyclerview
Day 3 array, pre post, character space, keyword and address pointer
install ompl. sh
Teach you to use shell script to check whether the server program is running
Extracting public fragments from thymeleaf
pcl install
WIN10系统实现Redis主从复制