반응형
SVN 기호 설명
일부 설명하고 도움을 나를 이해 할 수 있는 모든 SVN의 기호와 같은 A
, M
, G
, ?
와 >
?
이러한 모든 코드는 다음 svn help status
을 던지는 명령 으로 설명됩니다 .
The first seven columns in the output are each one character wide:
First column: Says if item was added, deleted, or otherwise changed
' ' no modifications
'A' Added
'C' Conflicted
'D' Deleted
'I' Ignored
'M' Modified
'R' Replaced
'X' an unversioned directory created by an externals definition
'?' item is not under version control
'!' item is missing (removed by non-svn command) or incomplete
'~' versioned item obstructed by some item of a different kind
Second column: Modifications of a file's or directory's properties
' ' no modifications
'C' Conflicted
'M' Modified
Third column: Whether the working copy directory is locked
' ' not locked
'L' locked
Fourth column: Scheduled commit will contain addition-with-history
' ' no history scheduled with commit
'+' history scheduled with commit
Fifth column: Whether the item is switched or a file external
' ' normal
'S' the item has a Switched URL relative to the parent
'X' a versioned file created by an eXternals definition
Sixth column: Repository lock token
(without -u)
' ' no lock token
'K' lock token present
(with -u)
' ' not locked in repository, no lock token
'K' locked in repository, lock toKen present
'O' locked in repository, lock token in some Other working copy
'T' locked in repository, lock token present but sTolen
'B' not locked in repository, lock token present but Broken
Seventh column: Whether the item is the victim of a tree conflict
' ' normal
'C' tree-Conflicted
모든 svn 명령을 관리 하는 매우 유용한 치트 시트 .
svn help status
필요한 모든 정보가 포함 된 완전한 전설을 제공합니다. 자조는 선택 사항이 아니고 그런 일이 눈살을 찌푸리는 것을 제안하기 때문에 svn help status
Subversion 1.7.5를 사용하여 실행했을 때 얻은 전설은 다음과 같습니다 .
The first seven columns in the output are each one character wide:
First column: Says if item was added, deleted, or otherwise changed
' ' no modifications
'A' Added
'C' Conflicted
'D' Deleted
'I' Ignored
'M' Modified
'R' Replaced
'X' an unversioned directory created by an externals definition
'?' item is not under version control
'!' item is missing (removed by non-svn command) or incomplete
'~' versioned item obstructed by some item of a different kind
Second column: Modifications of a file's or directory's properties
' ' no modifications
'C' Conflicted
'M' Modified
Third column: Whether the working copy directory is locked
' ' not locked
'L' locked
Fourth column: Scheduled commit will contain addition-with-history
' ' no history scheduled with commit
'+' history scheduled with commit
Fifth column: Whether the item is switched or a file external
' ' normal
'S' the item has a Switched URL relative to the parent
'X' a versioned file created by an eXternals definition
Sixth column: Repository lock token
(without -u)
' ' no lock token
'K' lock token present
(with -u)
' ' not locked in repository, no lock token
'K' locked in repository, lock toKen present
'O' locked in repository, lock token in some Other working copy
'T' locked in repository, lock token present but sTolen
'B' not locked in repository, lock token present but Broken
Seventh column: Whether the item is the victim of a tree conflict
' ' normal
'C' tree-Conflicted
If the item is a tree conflict victim, an additional line is printed
after the item's status line, explaining the nature of the conflict.
나는 당신이 그 실현 희망 svn help status
이 대답과 정답의 힘으로 적립 하나를 의미하거나 실행으로 서브 버전 버전을 기반으로 정확하지 않을 수있는 서브 버전 고유의 것입니다 svn help status
항상 정확합니다.
ReferenceURL : https://stackoverflow.com/questions/5081011/describe-the-svn-symbols
반응형
'programing' 카테고리의 다른 글
탭 순서에서 html 요소를 명시 적으로 제외 (0) | 2021.01.17 |
---|---|
Ruby에는 스택, 대기열, 연결 목록, 맵 또는 세트와 같은 컨테이너가 있습니까? (0) | 2021.01.17 |
List와 Set 간의 성능 및 메모리 할당 비교 (0) | 2021.01.17 |
16 진수 상수를 사용하는 이유는 무엇입니까? (0) | 2021.01.17 |
얼굴 감지 후 사진 자동 자르기 (0) | 2021.01.17 |