Documentation/Source/eric5.Plugins.VcsPlugins.vcsSubversion.SvnStatusMonitorThread.html

changeset 1689
2d007a789078
parent 1229
a8207dc73672
child 2367
78f6c8193d37
equal deleted inserted replaced
1688:389ee9508e35 1689:2d007a789078
99 path relative to the project directory starting with the third column. 99 path relative to the project directory starting with the third column.
100 The allowed status flags are: 100 The allowed status flags are:
101 <ul> 101 <ul>
102 <li>"A" path was added but not yet comitted</li> 102 <li>"A" path was added but not yet comitted</li>
103 <li>"M" path has local changes</li> 103 <li>"M" path has local changes</li>
104 <li>"O" path was removed</li>
104 <li>"R" path was deleted and then re-added</li> 105 <li>"R" path was deleted and then re-added</li>
105 <li>"U" path needs an update</li> 106 <li>"U" path needs an update</li>
106 <li>"Z" path contains a conflict</li> 107 <li>"Z" path contains a conflict</li>
107 <li>" " path is back at normal</li> 108 <li>" " path is back at normal</li>
108 </ul> 109 </ul>

eric ide

mercurial