当前位置:网站首页>How SVN views modified file records
How SVN views modified file records
2022-07-03 17:04:00 【Brother Xing plays with the clouds】
There are mainly four orders ,svn log Used to display svn The author of this edition 、 date 、 Path, etc ;svn diff, Used to display row level details of specific modifications ;svn cat, Gets a file in a specific version displayed on the current screen ;svn list, Displays files that exist in a directory or a version .
The more common one is svn diff command . It can compare different versions 、svn Between version and local version Library , And check the effect of local modifications .
svn diff; # Nothing , Will adhere to local code and cache locally .svn The information under the directory is different ;
svn diff -r 3; # Compare your local code with the version number 3 Of all the files ;
svn diff -r 3 text.c; # Compare your local code with the version number 3 Of text.c The difference of documents ;
svn diff -r 5:6; # Compare versions 5 And version 6 The difference between all files ;
svn diff -r 5:6 text.c; # Compare versions 5 And version 6 Between text.c Changes in documents .
View the modified information using log Instructions , as follows :
svn log; # Nothing will show all versions commit Log information ;
svn log -r 4:5; # Just look at the version 4 And version 5 Log information ;
svn log test.c; # see file test.c Log modification information for ;
svn log -v dir; # View the log modification information of the directory , Need to add v;
View the contents of a file in a certain version , Use cat Instructions , as follows :
svn cat -r 4 test.c; # View version 4 Documents in test.c The content of , No comparison ;
There is no need to download to the local to view various information of the file , Use list Instructions , as follows :
svn list http://svn.test.com/svn # View files in directory ;
svn list -v http://svn.test.com/svn # View detailed directory information ( Revised by , Version number , File size, etc );
边栏推荐
- Kotlin learning quick start (7) -- wonderful use of expansion
- One brush 144 force deduction hot question-1 sum of two numbers (E)
- Depth first search of graph
- 智慧之道(知行合一)
- Mysql database -dql
- CC2530 common registers for port initialization
- 27. Input 3 integers and output them in descending order. Pointer method is required.
- 27. 输入3个整数,按从大到小的次序输出。要求用指针方法实现。
- MySQL Basics
- RedHat 6.2 配置 Zabbix
猜你喜欢

What is your income level in the country?

Meituan side: why does thread crash not cause JVM crash

Kotlin学习快速入门(7)——扩展的妙用

Mysql database DDL and DML

What is the pledge pool and how to pledge?

美团一面:为什么线程崩溃崩溃不会导致 JVM 崩溃

人生还在迷茫?也许这些订阅号里有你需要的答案!

静态程序分析(一)—— 大纲思维导图与内容介绍
![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](/img/1c/c655c8232de1c56203873dcf171f45.png)
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

C语言按行修改文件
随机推荐
Depth first search of graph
What is the difference between 14Cr1MoR container plate and 14Cr1MoR (H)? Chemical composition and performance analysis of 14Cr1MoR
汇编实例解析--实模式下屏幕显示
IL Runtime
Apache服务挂起Asynchronous AcceptEx failed.
跨境电商:外贸企业做海外社媒营销的优势
关于学习Qt编程的好书精品推荐
深入理解 SQL 中的 Grouping Sets 语句
What material is sa537cl2? Analysis of mechanical properties of American standard container plate
聊聊接口优化的几个方法
线程池:业务代码最常用也最容易犯错的组件
RedHat 6.2 配置 Zabbix
SVN如何查看修改的文件记录
智慧之道(知行合一)
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
Mysql database -dql
What is the material of 13mnnimor? 13mnnimor steel plate for medium and low temperature pressure vessels
Kotlin learning quick start (7) -- wonderful use of expansion
静态程序分析(一)—— 大纲思维导图与内容介绍
Simulink oscilloscope data is imported into Matlab and drawn