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

branch
eric7
changeset 8623
fced5aa98d41
parent 8596
d64760b2da50
equal deleted inserted replaced
8622:149d51870ce8 8623:fced5aa98d41
106 This method populates the statusList member variable 106 This method populates the statusList member variable
107 with a list of strings giving the status in the first column and the 107 with a list of strings giving the status in the first column and the
108 path relative to the project directory starting with the third column. 108 path relative to the project directory starting with the third column.
109 The allowed status flags are: 109 The allowed status flags are:
110 <ul> 110 <ul>
111 <li>"A" path was added but not yet comitted</li> 111 <li>"A" path was added but not yet committed</li>
112 <li>"M" path has local changes</li> 112 <li>"M" path has local changes</li>
113 <li>"O" path was removed</li> 113 <li>"O" path was removed</li>
114 <li>"R" path was deleted and then re-added</li> 114 <li>"R" path was deleted and then re-added</li>
115 <li>"U" path needs an update</li> 115 <li>"U" path needs an update</li>
116 <li>"Z" path contains a conflict</li> 116 <li>"Z" path contains a conflict</li>
117 <li>"?" path is not tracked</li>
118 <li>"!" path is missing</li>
117 <li>" " path is back at normal</li> 119 <li>" " path is back at normal</li>
118 </ul> 120 </ul>
119 </p> 121 </p>
120 <dl> 122 <dl>
121 <dt>Return:</dt> 123 <dt>Return:</dt>

eric ide

mercurial