当前位置:网站首页>SVN如何查看修改的文件记录
SVN如何查看修改的文件记录
2022-07-03 16:59:00 【星哥玩云】
主要是有四个命令,svn log用来展示svn 的版本作者、日期、路径等等;svn diff,用来显示特定修改的行级详细信息;svn cat,取得在特定版本的某文件显示在当前屏幕;svn list,显示一个目录或某一版本存在的文件。
比较常用的是svn diff命令。它可以比较不同版本之间、svn版本和本地版本库之间,以及检查本地修改的作用。
svn diff; #什么都不加,会坚持本地代码和缓存在本地.svn目录下的信息的不同;
svn diff -r 3; #比较你的本地代码和版本号为3的所有文件的不同;
svn diff -r 3 text.c; #比较你的本地代码和版本号为3的text.c文件的不同;
svn diff -r 5:6; #比较版本5和版本6之间所有文件的不同;
svn diff -r 5:6 text.c; #比较版本5和版本6之间的text.c文件的变化。
查看修改的信息使用 log 指令,如下:
svn log; #什么都不加会显示所有版本commit的日志信息;
svn log -r 4:5; #只看版本4和版本5的日志信息;
svn log test.c; #查看文件test.c的日志修改信息;
svn log -v dir; #查看目录的日志修改信息,需要加v;
查看某个版本的某个文件内容,使用cat指令,如下:
svn cat -r 4 test.c; #查看版本4中的文件test.c的内容,不进行比较;
不用下载到本地查看文件的各种信息,使用 list 指令,如下:
svn list http://svn.test.com/svn #查看目录中的文件;
svn list -v http://svn.test.com/svn #查看详细的目录的信息(修订人,版本号,文件大小等);
边栏推荐
- [combinatorics] non descending path problem (number of non descending paths with constraints)
- [combinatorics] polynomial theorem (polynomial coefficients | full arrangement of multiple sets | number of schemes corresponding to the ball sub model | polynomial coefficient correlation identity)
- mysql用户管理
- 聊聊接口优化的几个方法
- Summary of three methods of PHP looping through arrays list (), each (), and while
- [combinatorics] recursive equation (the relationship theorem between the solution of the recursive equation and the characteristic root | the linear property theorem of the solution of the recursive e
- Shentong express expects an annual loss of nearly 1billion
- RF analyze demo build step by step
- ANOVA example
- Assembly instance analysis -- screen display in real mode
猜你喜欢
Network security web penetration technology
建立自己的网站(23)
C language modifies files by line
CC2530 common registers for serial communication
The most complete postman interface test tutorial in the whole network, API interface test
Recommendation of good books on learning QT programming
29: Chapter 3: develop Passport Service: 12: develop [obtain user account information, interface]; (use VO class to package the found data to meet the requirements of the interface for the returned da
Yu Wenwen, Hu Xia and other stars take you to play with the party. Pipi app ignites your summer
UCORE overview
(Supplement) double pointer topic
随机推荐
Mysql database -dql
[combinatorics] polynomial theorem (polynomial coefficients | full arrangement of multiple sets | number of schemes corresponding to the ball sub model | polynomial coefficient correlation identity)
What is the pledge pool and how to pledge?
Shentong express expects an annual loss of nearly 1billion
What is your income level in the country?
[combinatorics] recursive equation (example 1 of recursive equation | list recursive equation)
HP 阵列卡排障一例
Why is WPA3 security of enterprise business so important?
IDEA-配置插件
How to allow remote connection to MySQL server on Linux system?
The word backspace key cannot delete the selected text, so you can only press Delete
大消费企业怎样做数字化转型?
IL Runtime
Simulink oscilloscope data is imported into Matlab and drawn
MySQL single table field duplicate data takes the latest SQL statement
NLP four paradigms: paradigm 1: fully supervised learning in the era of non neural networks (Feature Engineering); Paradigm 2: fully supervised learning based on neural network (Architecture Engineeri
新库上线 | CnOpenData中国观鸟记录数据
C语言按行修改文件
[2. Basics of Delphi grammar] 1 Identifiers and reserved words
The largest matrix (H) in a brush 143 monotone stack 84 histogram