当前位置:网站首页>Svn various color states
Svn various color states
2022-06-25 20:45:00 【Nishino_ shou】
Yellow exclamation mark ( There are conflicts ):
-- There is a conflict , Conflict means that you have made changes to a file , Others have also modified this document , Someone else submitted it before you submitted it , When you submit again, you will be prompted to have a conflict , You are not allowed to submit , Prevent your submission from covering other people's changes . To resolve the conflict , If you confirm that your changes are invalid , Then use TSVN Just restore your changes ; If you think your changes are correct , Someone else's submission is invalid , Then use TSVN First mark it with “ Resolve conflicts ”, Then you can submit ; If you think that part of your changes and others' changes are effective , Then you can manually incorporate other people's changes into your changes , And then use TSVN Tagged as “ Resolve conflicts ”, Then you can submit . Enter folder , Look for files with yellow exclamation marks , These documents are where the conflict happened , Deal with the conflict according to the actual situation
Rice brand ( There are local Modification codes ):
-- This means that you have uncommitted local code .
Say hello to you. ( New resources ):
-- This indicates that the file is a new file resource in the project , New resources can be files 、 picture 、 Code etc. .
Red exclamation mark ( The local code is not consistent with the library ):
-- This shows that the local code is not consistent with the library , If the user wants to fix it , You can delete the red exclamation mark icon file , direct update that will do .
Gray right arrow ( It's been modified locally )
-- The local code is not in the library in time .
Blue arrow to the left (SVN It's been modified on the Internet )
-- Remember to update the code and modify it , Submit with svn Contrast habits .
The gray arrow to the right with a plus sign in the middle ( Local than SVN The extra files on the Internet )
-- When you're done, remember to follow svn bring into correspondence with
The blue arrow to the left with a plus sign in the middle (SVN More files on the Internet than local )
-- After deleting the file , Update again , take svn Update all the documents on this page .
The gray arrow to the right with a minus sign in the middle ( Local deleted , and SVN Undeleted files on )
-- That is to say, after you delete and confirm , Be sure to go to the library , Follow svn bring into correspondence with
Blue arrow to the left with a minus sign in the middle (SVN It's deleted from , And locally undeleted files )
-- comparison svn Code on the library , After confirming the need to delete , to update svn( Delete useless code ).
Red two-way arrow (SVN It's been modified on the Internet , Locally modified files )
-- This means local and svn It's been revised on the Internet , It's best to merge local changes into svn, Last update before modifying the code .
---------------------
author :niu_hao
source :CSDN
original text :https://blog.csdn.net/niu_hao/article/details/6774471
Copyright notice : This article is an original blog article , Please attach a link to the blog post !
边栏推荐
- very good
- 2020-11-14-Alexnet
- 8 minutes to understand the wal mechanism of tdengine
- Yolov4 reading notes (with mind map)! YOLOv4: Optimal Speed and Accuracy of Object Detection
- Ensure the decentralization and availability of Oracle network
- Interviewer: why does TCP shake hands three times and break up four times? Most people can't answer!
- Causes and solutions of unreliable JS timer execution
- 6. exception handling
- Leetcode theme [array] -31- next spread
- Tencent music knowledge map search practice
猜你喜欢
Interface automation -md5 password encryption
2020-11-14-Alexnet
Splunk series: Splunk installation and deployment (I)
"Space guard soldier" based on propeller -- geosynchronous geostationary orbit space target detection system
App battery historian master
TypeError: __ init__ () takes 1 positional argument but 5 were given
CSDN sign in cash reward
Cross project measurement is a good helper for CTOs and PMOS
Exploration of advanced document editor design in online Era
Understand the offline mixing technology in the industry
随机推荐
[opencv] opencv from introduction to mastery -- detailed explanation of input and output XML and yaml files
E-commerce project environment construction
Cvpr2020 | the latest cvpr2020 papers are the first to see, with all download links attached!
Several methods of obtaining function annotation text on pycharm
Boomfilter learning
2022 "gold, silver and four" is a must for job hopping. You must know 100 questions in 2022 intermediate and advanced Android interview to realize your big factory dream
Why doesn't anyone read your hard-working blog? Do you really understand the skills of framing, typesetting and drawing?
Dice、Sensitivity、ppv、miou
[phase 23] phased summary of spring recruitment practice (Alibaba cloud has OC)
Bank digital transformation layout in the beginning of the year, 6 challenges faced by financial level structure and Countermeasures
Redis common principles interview
Usage Summary of str.format() function [not 'str****{}'.Format()]
Leetcode daily question - 27 Remove element (simple)
Delete the page specified in PDF and merge pdf
Cloud development practice of the small program for brushing questions in the postgraduate entrance examination - page design and production (home page of the question bank, ranking page, my)
Sonar series: continuous scanning through Jenkins integrated sonarqube (IV)
Jingxi Pinpin wechat applet -signstr parameter encryption
Flexible scale out: from file system to distributed file system
Leetcode daily question - 28 Implement strstr() (simple)
[golang] leetcode intermediate - the kth largest element in the array &