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