eric6/Documentation/Source/eric6.Plugins.VcsPlugins.vcsPySvn.SvnStatusMonitorThread.html

changeset 7989
a21d673a8f99
parent 7273
391d6b7b1eff
equal deleted inserted replaced
7988:c4c17121eff8 7989:a21d673a8f99
139 flag indicating, that subversion is willing to save 139 flag indicating, that subversion is willing to save
140 the answers returned (boolean) 140 the answers returned (boolean)
141 </dd> 141 </dd>
142 </dl> 142 </dl>
143 <dl> 143 <dl>
144 <dt>Returns:</dt> 144 <dt>Return:</dt>
145 <dd> 145 <dd>
146 tuple of four values (retcode, username, password, save). 146 tuple of four values (retcode, username, password, save).
147 Retcode should be True, if username and password should be used 147 Retcode should be True, if username and password should be used
148 by subversion, username and password contain the relevant data 148 by subversion, username and password contain the relevant data
149 as strings and save is a flag indicating, that username and 149 as strings and save is a flag indicating, that username and
164 <dd> 164 <dd>
165 dictionary containing the trust data 165 dictionary containing the trust data
166 </dd> 166 </dd>
167 </dl> 167 </dl>
168 <dl> 168 <dl>
169 <dt>Returns:</dt> 169 <dt>Return:</dt>
170 <dd> 170 <dd>
171 tuple of three values (retcode, acceptedFailures, save). 171 tuple of three values (retcode, acceptedFailures, save).
172 Retcode should be true, if the certificate should be accepted, 172 Retcode should be true, if the certificate should be accepted,
173 acceptedFailures should indicate the accepted certificate failures 173 acceptedFailures should indicate the accepted certificate failures
174 and save should be True, if subversion should save the certificate. 174 and save should be True, if subversion should save the certificate.
196 <li>"Z" path contains a conflict</li> 196 <li>"Z" path contains a conflict</li>
197 <li>" " path is back at normal</li> 197 <li>" " path is back at normal</li>
198 </ul> 198 </ul>
199 </p> 199 </p>
200 <dl> 200 <dl>
201 <dt>Returns:</dt> 201 <dt>Return:</dt>
202 <dd> 202 <dd>
203 tuple of flag indicating successful operation (boolean) and 203 tuple of flag indicating successful operation (boolean) and
204 a status message in case of non successful operation (string) 204 a status message in case of non successful operation (string)
205 </dd> 205 </dd>
206 </dl> 206 </dl>

eric ide

mercurial