208 <td>Public method used to initialize the subversion repository.</td> |
208 <td>Public method used to initialize the subversion repository.</td> |
209 </tr><tr> |
209 </tr><tr> |
210 <td><a href="#Subversion.vcsInitConfig">vcsInitConfig</a></td> |
210 <td><a href="#Subversion.vcsInitConfig">vcsInitConfig</a></td> |
211 <td>Public method to initialize the VCS configuration.</td> |
211 <td>Public method to initialize the VCS configuration.</td> |
212 </tr><tr> |
212 </tr><tr> |
213 <td><a href="#Subversion.vcsLog">vcsLog</a></td> |
|
214 <td>Public method used to view the log of a file/directory from the Subversion repository.</td> |
|
215 </tr><tr> |
|
216 <td><a href="#Subversion.vcsLogBrowser">vcsLogBrowser</a></td> |
213 <td><a href="#Subversion.vcsLogBrowser">vcsLogBrowser</a></td> |
217 <td>Public method used to browse the log of a file/directory from the Subversion repository.</td> |
214 <td>Public method used to browse the log of a file/directory from the Subversion repository.</td> |
218 </tr><tr> |
215 </tr><tr> |
219 <td><a href="#Subversion.vcsMerge">vcsMerge</a></td> |
216 <td><a href="#Subversion.vcsMerge">vcsMerge</a></td> |
220 <td>Public method used to merge a URL/revision into the local project.</td> |
217 <td>Public method used to merge a URL/revision into the local project.</td> |
1024 </p><dl> |
1021 </p><dl> |
1025 <dt><i>project</i></dt> |
1022 <dt><i>project</i></dt> |
1026 <dd> |
1023 <dd> |
1027 reference to the project (Project) |
1024 reference to the project (Project) |
1028 </dd> |
1025 </dd> |
1029 </dl><a NAME="Subversion.vcsLog" ID="Subversion.vcsLog"></a> |
|
1030 <h4>Subversion.vcsLog</h4> |
|
1031 <b>vcsLog</b>(<i>name</i>) |
|
1032 <p> |
|
1033 Public method used to view the log of a file/directory from the |
|
1034 Subversion repository. |
|
1035 </p><dl> |
|
1036 <dt><i>name</i></dt> |
|
1037 <dd> |
|
1038 file/directory name to show the log of (string) |
|
1039 </dd> |
|
1040 </dl><a NAME="Subversion.vcsLogBrowser" ID="Subversion.vcsLogBrowser"></a> |
1026 </dl><a NAME="Subversion.vcsLogBrowser" ID="Subversion.vcsLogBrowser"></a> |
1041 <h4>Subversion.vcsLogBrowser</h4> |
1027 <h4>Subversion.vcsLogBrowser</h4> |
1042 <b>vcsLogBrowser</b>(<i>name, isFile=False</i>) |
1028 <b>vcsLogBrowser</b>(<i>name, isFile=False</i>) |
1043 <p> |
1029 <p> |
1044 Public method used to browse the log of a file/directory from the |
1030 Public method used to browse the log of a file/directory from the |