201 <tr> |
201 <tr> |
202 <td><a href="#Subversion.vcsAddBinary">vcsAddBinary</a></td> |
202 <td><a href="#Subversion.vcsAddBinary">vcsAddBinary</a></td> |
203 <td>Public method used to add a file/directory in binary mode to the Subversion repository.</td> |
203 <td>Public method used to add a file/directory in binary mode to the Subversion repository.</td> |
204 </tr> |
204 </tr> |
205 <tr> |
205 <tr> |
|
206 <td><a href="#Subversion.vcsAddCommitMessage">vcsAddCommitMessage</a></td> |
|
207 <td>Public method to add a commit message to the list of saved messages.</td> |
|
208 </tr> |
|
209 <tr> |
206 <td><a href="#Subversion.vcsAddTree">vcsAddTree</a></td> |
210 <td><a href="#Subversion.vcsAddTree">vcsAddTree</a></td> |
207 <td>Public method to add a directory tree rooted at path to the Subversion repository.</td> |
211 <td>Public method to add a directory tree rooted at path to the Subversion repository.</td> |
208 </tr> |
212 </tr> |
209 <tr> |
213 <tr> |
210 <td><a href="#Subversion.vcsAllRegisteredStates">vcsAllRegisteredStates</a></td> |
214 <td><a href="#Subversion.vcsAllRegisteredStates">vcsAllRegisteredStates</a></td> |
217 <tr> |
221 <tr> |
218 <td><a href="#Subversion.vcsCleanup">vcsCleanup</a></td> |
222 <td><a href="#Subversion.vcsCleanup">vcsCleanup</a></td> |
219 <td>Public method used to cleanup the working copy.</td> |
223 <td>Public method used to cleanup the working copy.</td> |
220 </tr> |
224 </tr> |
221 <tr> |
225 <tr> |
|
226 <td><a href="#Subversion.vcsClearCommitMessages">vcsClearCommitMessages</a></td> |
|
227 <td>Public method to clear the list of saved messages.</td> |
|
228 </tr> |
|
229 <tr> |
222 <td><a href="#Subversion.vcsCommandLine">vcsCommandLine</a></td> |
230 <td><a href="#Subversion.vcsCommandLine">vcsCommandLine</a></td> |
223 <td>Public method used to execute arbitrary subversion commands.</td> |
231 <td>Public method used to execute arbitrary subversion commands.</td> |
224 </tr> |
232 </tr> |
225 <tr> |
233 <tr> |
226 <td><a href="#Subversion.vcsCommit">vcsCommit</a></td> |
234 <td><a href="#Subversion.vcsCommit">vcsCommit</a></td> |
227 <td>Public method used to make the change of a file/directory permanent in the Subversion repository.</td> |
235 <td>Public method used to make the change of a file/directory permanent in the Subversion repository.</td> |
|
236 </tr> |
|
237 <tr> |
|
238 <td><a href="#Subversion.vcsCommitMessages">vcsCommitMessages</a></td> |
|
239 <td>Public method to get the list of saved commit messages.</td> |
228 </tr> |
240 </tr> |
229 <tr> |
241 <tr> |
230 <td><a href="#Subversion.vcsConvertProject">vcsConvertProject</a></td> |
242 <td><a href="#Subversion.vcsConvertProject">vcsConvertProject</a></td> |
231 <td>Public method to convert an uncontrolled project to a version controlled project.</td> |
243 <td>Public method to convert an uncontrolled project to a version controlled project.</td> |
232 </tr> |
244 </tr> |
1032 <dt><i>isDir</i></dt> |
1044 <dt><i>isDir</i></dt> |
1033 <dd> |
1045 <dd> |
1034 flag indicating name is a directory (boolean) |
1046 flag indicating name is a directory (boolean) |
1035 </dd> |
1047 </dd> |
1036 </dl> |
1048 </dl> |
|
1049 <a NAME="Subversion.vcsAddCommitMessage" ID="Subversion.vcsAddCommitMessage"></a> |
|
1050 <h4>Subversion.vcsAddCommitMessage</h4> |
|
1051 <b>vcsAddCommitMessage</b>(<i>message</i>) |
|
1052 |
|
1053 <p> |
|
1054 Public method to add a commit message to the list of saved messages. |
|
1055 </p> |
|
1056 <dl> |
|
1057 |
|
1058 <dt><i>message</i> (str)</dt> |
|
1059 <dd> |
|
1060 message to be added |
|
1061 </dd> |
|
1062 </dl> |
1037 <a NAME="Subversion.vcsAddTree" ID="Subversion.vcsAddTree"></a> |
1063 <a NAME="Subversion.vcsAddTree" ID="Subversion.vcsAddTree"></a> |
1038 <h4>Subversion.vcsAddTree</h4> |
1064 <h4>Subversion.vcsAddTree</h4> |
1039 <b>vcsAddTree</b>(<i>path</i>) |
1065 <b>vcsAddTree</b>(<i>path</i>) |
1040 |
1066 |
1041 <p> |
1067 <p> |
1126 <dt><i>name</i></dt> |
1152 <dt><i>name</i></dt> |
1127 <dd> |
1153 <dd> |
1128 directory name to be cleaned up (string) |
1154 directory name to be cleaned up (string) |
1129 </dd> |
1155 </dd> |
1130 </dl> |
1156 </dl> |
|
1157 <a NAME="Subversion.vcsClearCommitMessages" ID="Subversion.vcsClearCommitMessages"></a> |
|
1158 <h4>Subversion.vcsClearCommitMessages</h4> |
|
1159 <b>vcsClearCommitMessages</b>(<i></i>) |
|
1160 |
|
1161 <p> |
|
1162 Public method to clear the list of saved messages. |
|
1163 </p> |
1131 <a NAME="Subversion.vcsCommandLine" ID="Subversion.vcsCommandLine"></a> |
1164 <a NAME="Subversion.vcsCommandLine" ID="Subversion.vcsCommandLine"></a> |
1132 <h4>Subversion.vcsCommandLine</h4> |
1165 <h4>Subversion.vcsCommandLine</h4> |
1133 <b>vcsCommandLine</b>(<i>name</i>) |
1166 <b>vcsCommandLine</b>(<i>name</i>) |
1134 |
1167 |
1135 <p> |
1168 <p> |
1162 message for this operation (string) |
1195 message for this operation (string) |
1163 </dd> |
1196 </dd> |
1164 <dt><i>noDialog</i></dt> |
1197 <dt><i>noDialog</i></dt> |
1165 <dd> |
1198 <dd> |
1166 flag indicating quiet operations |
1199 flag indicating quiet operations |
|
1200 </dd> |
|
1201 </dl> |
|
1202 <a NAME="Subversion.vcsCommitMessages" ID="Subversion.vcsCommitMessages"></a> |
|
1203 <h4>Subversion.vcsCommitMessages</h4> |
|
1204 <b>vcsCommitMessages</b>(<i></i>) |
|
1205 |
|
1206 <p> |
|
1207 Public method to get the list of saved commit messages. |
|
1208 </p> |
|
1209 <dl> |
|
1210 <dt>Return:</dt> |
|
1211 <dd> |
|
1212 list of saved commit messages |
|
1213 </dd> |
|
1214 </dl> |
|
1215 <dl> |
|
1216 <dt>Return Type:</dt> |
|
1217 <dd> |
|
1218 list of str |
1167 </dd> |
1219 </dd> |
1168 </dl> |
1220 </dl> |
1169 <a NAME="Subversion.vcsConvertProject" ID="Subversion.vcsConvertProject"></a> |
1221 <a NAME="Subversion.vcsConvertProject" ID="Subversion.vcsConvertProject"></a> |
1170 <h4>Subversion.vcsConvertProject</h4> |
1222 <h4>Subversion.vcsConvertProject</h4> |
1171 <b>vcsConvertProject</b>(<i>vcsDataDict, project, addAll=True</i>) |
1223 <b>vcsConvertProject</b>(<i>vcsDataDict, project, addAll=True</i>) |