gpt4 book ai didi

svn - SVN中的结果代码是什么意思?

转载 作者:行者123 更新时间:2023-12-03 04:01:12 27 4
gpt4 key购买 nike

SVN 中的结果代码是什么意思?我需要快速引用。

最佳答案

有关更多详细信息,请参阅 SVNBook:"Status of working copy files and directories" .

常见状态:

U: Working file was updated

G: Changes on the repo were automatically merged into the working copy

M: Working copy is modified

C: This file conflicts with the version in the repo

?: This file is not under version control

!: This file is under version control but is missing or incomplete

A: This file will be added to version control (after commit)

A+: This file will be moved (after commit)

D: This file will be deleted (after commit)

S: This signifies that the file or directory has been switched from the path of the rest of the working copy (using svn switch) to a branch

I: Ignored

X: External definition

~: Type changed

R: Item has been replaced in your working copy. This means the file was scheduled for deletion, and then a new file with the same name was scheduled for addition in its place.

L : Item is locked

E: Item existed, as it would have been created, by an svn update.

关于svn - SVN中的结果代码是什么意思?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/2034/

27 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com