SVN 状态码多缩进一个空格是什么意思?

发布于 2024-10-20 20:50:05 字数 353 浏览 5 评论 0原文

我刚刚通过 Subclipse 进行了普通的旧 SVN 更新,这出现在我的 SVN 控制台中:

update C:/project/ -r HEAD --force
    U   C:/project/.project
    D   C:/project/mroozek
     U  C:/project/timeStone
     U  C:/project/barchern
    U   C:/project/lorem.java
    A   C:/project/ipsum.java

文件名是虚构的,但类型是正确的。
为什么状态代码(示例中为 U)在某些行上多缩进一个空格?

I just did a plain old SVN update through Subclipse, and this came up in my SVN console:

update C:/project/ -r HEAD --force
    U   C:/project/.project
    D   C:/project/mroozek
     U  C:/project/timeStone
     U  C:/project/barchern
    U   C:/project/lorem.java
    A   C:/project/ipsum.java

The filenames are made up, but the types are correct.
Why is the status code (U, in the example) indented by one extra space on some lines?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

窗影残 2024-10-27 20:50:05

第一列表示文件是否被添加、删除或以其他方式更改。

第二列显示文件或目录属性的修改。

因此,在您的情况下,提到的两个文件的内容保持不变,而它们的属性以某种方式发生了变化。

The first column says if the file was added, deleted, or otherwise changed.

The second column shows the modifications of a file's or directory's properties.

So in your case the contents of the 2 files mentioned remained unchanged, while their properties changed in some way.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文