开发者

What does it mean when SVN indents a status code by one extra space?

开发者 https://www.devze.com 2023-02-15 03:58 出处:网络
I just did a plain o开发者_JAVA技巧ld SVN update through Subclipse, and this came up in my SVN console:

I just did a plain o开发者_JAVA技巧ld 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?


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.

0

精彩评论

暂无评论...
验证码 换一张
取 消