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. |