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

branch
maintenance
changeset 8043
0acf98cd089a
parent 7989
a21d673a8f99
child 8215
fc5d68a6889e
equal deleted inserted replaced
7991:866adc8c315b 8043:0acf98cd089a
132 132
133 <p> 133 <p>
134 Protected method called by the client to check for cancellation. 134 Protected method called by the client to check for cancellation.
135 </p> 135 </p>
136 <dl> 136 <dl>
137 <dt>Returns:</dt> 137 <dt>Return:</dt>
138 <dd> 138 <dd>
139 flag indicating a cancellation 139 flag indicating a cancellation
140 </dd> 140 </dd>
141 </dl> 141 </dl>
142 <a NAME="SvnDialogMixin._clientLogCallback" ID="SvnDialogMixin._clientLogCallback"></a> 142 <a NAME="SvnDialogMixin._clientLogCallback" ID="SvnDialogMixin._clientLogCallback"></a>
145 145
146 <p> 146 <p>
147 Protected method called by the client to request a log message. 147 Protected method called by the client to request a log message.
148 </p> 148 </p>
149 <dl> 149 <dl>
150 <dt>Returns:</dt> 150 <dt>Return:</dt>
151 <dd> 151 <dd>
152 a flag indicating success and the log message (string) 152 a flag indicating success and the log message (string)
153 </dd> 153 </dd>
154 </dl> 154 </dl>
155 <a NAME="SvnDialogMixin._clientLoginCallback" ID="SvnDialogMixin._clientLoginCallback"></a> 155 <a NAME="SvnDialogMixin._clientLoginCallback" ID="SvnDialogMixin._clientLoginCallback"></a>
174 flag indicating, that subversion is willing to save 174 flag indicating, that subversion is willing to save
175 the answers returned (boolean) 175 the answers returned (boolean)
176 </dd> 176 </dd>
177 </dl> 177 </dl>
178 <dl> 178 <dl>
179 <dt>Returns:</dt> 179 <dt>Return:</dt>
180 <dd> 180 <dd>
181 tuple of four values (retcode, username, password, save). 181 tuple of four values (retcode, username, password, save).
182 Retcode should be True, if username and password should be used 182 Retcode should be True, if username and password should be used
183 by subversion, username and password contain the relevant data 183 by subversion, username and password contain the relevant data
184 as strings and save is a flag indicating, that username and 184 as strings and save is a flag indicating, that username and
199 <dd> 199 <dd>
200 dictionary containing the trust data 200 dictionary containing the trust data
201 </dd> 201 </dd>
202 </dl> 202 </dl>
203 <dl> 203 <dl>
204 <dt>Returns:</dt> 204 <dt>Return:</dt>
205 <dd> 205 <dd>
206 tuple of three values (retcode, acceptedFailures, save). 206 tuple of three values (retcode, acceptedFailures, save).
207 Retcode should be true, if the certificate should be accepted, 207 Retcode should be true, if the certificate should be accepted,
208 acceptedFailures should indicate the accepted certificate failures 208 acceptedFailures should indicate the accepted certificate failures
209 and save should be True, if subversion should save the certificate. 209 and save should be True, if subversion should save the certificate.

eric ide

mercurial