200 <td>Public method used to import the project into the Subversion repository.</td> |
200 <td>Public method used to import the project into the Subversion repository.</td> |
201 </tr><tr> |
201 </tr><tr> |
202 <td><a href="#Subversion.vcsInit">vcsInit</a></td> |
202 <td><a href="#Subversion.vcsInit">vcsInit</a></td> |
203 <td>Public method used to initialize the subversion repository.</td> |
203 <td>Public method used to initialize the subversion repository.</td> |
204 </tr><tr> |
204 </tr><tr> |
|
205 <td><a href="#Subversion.vcsInitConfig">vcsInitConfig</a></td> |
|
206 <td>Public method to initialize the VCS configuration.</td> |
|
207 </tr><tr> |
205 <td><a href="#Subversion.vcsLog">vcsLog</a></td> |
208 <td><a href="#Subversion.vcsLog">vcsLog</a></td> |
206 <td>Public method used to view the log of a file/directory from the Subversion repository.</td> |
209 <td>Public method used to view the log of a file/directory from the Subversion repository.</td> |
207 </tr><tr> |
210 </tr><tr> |
208 <td><a href="#Subversion.vcsMerge">vcsMerge</a></td> |
211 <td><a href="#Subversion.vcsMerge">vcsMerge</a></td> |
209 <td>Public method used to merge a URL/revision into the local project.</td> |
212 <td>Public method used to merge a URL/revision into the local project.</td> |
941 </dl><dl> |
944 </dl><dl> |
942 <dt>Returns:</dt> |
945 <dt>Returns:</dt> |
943 <dd> |
946 <dd> |
944 always TRUE |
947 always TRUE |
945 </dd> |
948 </dd> |
|
949 </dl><a NAME="Subversion.vcsInitConfig" ID="Subversion.vcsInitConfig"></a> |
|
950 <h4>Subversion.vcsInitConfig</h4> |
|
951 <b>vcsInitConfig</b>(<i>project</i>) |
|
952 <p> |
|
953 Public method to initialize the VCS configuration. |
|
954 </p><p> |
|
955 This method ensures, that eric specific files and directories are ignored. |
|
956 </p><dl> |
|
957 <dt><i>project</i></dt> |
|
958 <dd> |
|
959 reference to the project (Project) |
|
960 </dd> |
946 </dl><a NAME="Subversion.vcsLog" ID="Subversion.vcsLog"></a> |
961 </dl><a NAME="Subversion.vcsLog" ID="Subversion.vcsLog"></a> |
947 <h4>Subversion.vcsLog</h4> |
962 <h4>Subversion.vcsLog</h4> |
948 <b>vcsLog</b>(<i>name</i>) |
963 <b>vcsLog</b>(<i>name</i>) |
949 <p> |
964 <p> |
950 Public method used to view the log of a file/directory from the |
965 Public method used to view the log of a file/directory from the |