当前位置:网站首页>Use of SVN
Use of SVN
2022-07-07 15:41:00 【When can Xiaobai advance to success】
One 、 Basic operation concept
- checkout---> take SVN Copy the code of the warehouse to the local , For example, you are now involved in a team project , The project code must have been written a lot before you , You can go through checkout Project code , Get the whole project .
- update---> In the process of writing code , Colleagues are likely to have submitted code to SVN The server , Obviously, there is no new code submitted by your colleagues in your local project , You can go through update SVN get SVN The latest code .
- commit---> When you finish a part of the development , You can go through commit Submit code to SVN The server , So that others can get the code you write , Remember First update Again commit.
Two 、 The meaning of the icon
- A newly detected copy of the job uses a green checkmark to overload , Express Subversion Normal state :
- After you start editing a file , The state becomes modified , The icon overload has become a red exclamation point . In this way , You can easily see that the files have been modified since the copy of your last update , And you need to submit .
- If there is a conflict during the submission process , The icon will turn into a yellow exclamation point .
- The plus sign tells you that a file or directory has been scheduled to be added to version control .
边栏推荐
- Yunxiaoduo software internal test distribution test platform description document
- [server data recovery] a case of RAID data recovery of a brand StorageWorks server
- 【深度学习】图像超分实验:SRCNN/FSRCNN
- Database exception resolution caused by large table delete data deletion
- jacoco代码覆盖率
- webgl_ Enter the three-dimensional world (2)
- 2022 all open source enterprise card issuing network repair short website and other bugs_ 2022 enterprise level multi merchant card issuing platform source code
- 有钱人买房就是不一样
- Introduction of mongod management database method
- Detailed explanation of Cocos creator 2.4.0 rendering process
猜你喜欢
Spin animation of Cocos performance optimization
Getting started with webgl (1)
Ctfshow, information collection: web13
Cocos creator collision and collision callback do not take effect
什么是数据泄露
Starting from 1.5, build a microservice framework link tracking traceid
[server data recovery] data recovery case of raid failure of a Dell server
webgl_ Graphic transformation (rotation, translation, zoom)
【服务器数据恢复】某品牌StorageWorks服务器raid数据恢复案例
[quickstart to Digital IC Validation] 20. Basic syntax for system verilog Learning 7 (Coverage Driven... Including practical exercises)
随机推荐
Getting started with webgl (1)
Cocos creator collision and collision callback do not take effect
Pat grade a 1103 integer factorizatio
一大波开源小抄来袭
[server data recovery] data recovery case of raid failure of a Dell server
2022全开源企业发卡网修复短网址等BUG_2022企业级多商户发卡平台源码
jacoco代码覆盖率
Ida Pro reverse tool finds the IP and port of the socket server
Implementation of crawling web pages and saving them to MySQL using the scrapy framework
一个需求温习到的所有知识,h5的表单被键盘遮挡,事件代理,事件委托
Write sequence frame animation with shader
Tkinter after how to refresh data and cancel refreshing
[quick start of Digital IC Verification] 22. Ahb-sramc of SystemVerilog project practice (2) (Introduction to AMBA bus)
【跟着江科大学Stm32】STM32F103C8T6_PWM控制直流电机_代码
Super signature principle (fully automated super signature) [Yun Xiaoduo]
众昂矿业:萤石继续引领新能源市场增长
Spin animation of Cocos performance optimization
Excerpted words
什麼是數據泄露
【深度学习】语义分割实验:Unet网络/MSRC2数据集