217 <td>Public method used to initialize the subversion repository.</td> |
217 <td>Public method used to initialize the subversion repository.</td> |
218 </tr><tr> |
218 </tr><tr> |
219 <td><a href="#Subversion.vcsInitConfig">vcsInitConfig</a></td> |
219 <td><a href="#Subversion.vcsInitConfig">vcsInitConfig</a></td> |
220 <td>Public method to initialize the VCS configuration.</td> |
220 <td>Public method to initialize the VCS configuration.</td> |
221 </tr><tr> |
221 </tr><tr> |
222 <td><a href="#Subversion.vcsLog">vcsLog</a></td> |
|
223 <td>Public method used to view the log of a file/directory from the Subversion repository.</td> |
|
224 </tr><tr> |
|
225 <td><a href="#Subversion.vcsLogBrowser">vcsLogBrowser</a></td> |
222 <td><a href="#Subversion.vcsLogBrowser">vcsLogBrowser</a></td> |
226 <td>Public method used to browse the log of a file/directory from the Subversion repository.</td> |
223 <td>Public method used to browse the log of a file/directory from the Subversion repository.</td> |
227 </tr><tr> |
224 </tr><tr> |
228 <td><a href="#Subversion.vcsMerge">vcsMerge</a></td> |
225 <td><a href="#Subversion.vcsMerge">vcsMerge</a></td> |
229 <td>Public method used to merge a URL/revision into the local project.</td> |
226 <td>Public method used to merge a URL/revision into the local project.</td> |
1073 </p><dl> |
1070 </p><dl> |
1074 <dt><i>project</i></dt> |
1071 <dt><i>project</i></dt> |
1075 <dd> |
1072 <dd> |
1076 reference to the project (Project) |
1073 reference to the project (Project) |
1077 </dd> |
1074 </dd> |
1078 </dl><a NAME="Subversion.vcsLog" ID="Subversion.vcsLog"></a> |
|
1079 <h4>Subversion.vcsLog</h4> |
|
1080 <b>vcsLog</b>(<i>name</i>) |
|
1081 <p> |
|
1082 Public method used to view the log of a file/directory from the |
|
1083 Subversion repository. |
|
1084 </p><dl> |
|
1085 <dt><i>name</i></dt> |
|
1086 <dd> |
|
1087 file/directory name to show the log of (string) |
|
1088 </dd> |
|
1089 </dl><a NAME="Subversion.vcsLogBrowser" ID="Subversion.vcsLogBrowser"></a> |
1075 </dl><a NAME="Subversion.vcsLogBrowser" ID="Subversion.vcsLogBrowser"></a> |
1090 <h4>Subversion.vcsLogBrowser</h4> |
1076 <h4>Subversion.vcsLogBrowser</h4> |
1091 <b>vcsLogBrowser</b>(<i>name, isFile=False</i>) |
1077 <b>vcsLogBrowser</b>(<i>name, isFile=False</i>) |
1092 <p> |
1078 <p> |
1093 Public method used to browse the log of a file/directory from the |
1079 Public method used to browse the log of a file/directory from the |