Documentation/Source/eric5.Plugins.VcsPlugins.vcsSubversion.subversion.html

changeset 1880
dbd4d7698310
parent 1596
8d59e4f3c828
child 1888
03f59d88a62d
equal deleted inserted replaced
1879:194a055fff04 1880:dbd4d7698310
194 <td>Public method used to import the project into the Subversion repository.</td> 194 <td>Public method used to import the project into the Subversion repository.</td>
195 </tr><tr> 195 </tr><tr>
196 <td><a href="#Subversion.vcsInit">vcsInit</a></td> 196 <td><a href="#Subversion.vcsInit">vcsInit</a></td>
197 <td>Public method used to initialize the subversion repository.</td> 197 <td>Public method used to initialize the subversion repository.</td>
198 </tr><tr> 198 </tr><tr>
199 <td><a href="#Subversion.vcsInitConfig">vcsInitConfig</a></td>
200 <td>Public method to initialize the VCS configuration.</td>
201 </tr><tr>
199 <td><a href="#Subversion.vcsLog">vcsLog</a></td> 202 <td><a href="#Subversion.vcsLog">vcsLog</a></td>
200 <td>Public method used to view the log of a file/directory from the Subversion repository.</td> 203 <td>Public method used to view the log of a file/directory from the Subversion repository.</td>
201 </tr><tr> 204 </tr><tr>
202 <td><a href="#Subversion.vcsMerge">vcsMerge</a></td> 205 <td><a href="#Subversion.vcsMerge">vcsMerge</a></td>
203 <td>Public method used to merge a URL/revision into the local project.</td> 206 <td>Public method used to merge a URL/revision into the local project.</td>
912 </dl><dl> 915 </dl><dl>
913 <dt>Returns:</dt> 916 <dt>Returns:</dt>
914 <dd> 917 <dd>
915 always TRUE 918 always TRUE
916 </dd> 919 </dd>
920 </dl><a NAME="Subversion.vcsInitConfig" ID="Subversion.vcsInitConfig"></a>
921 <h4>Subversion.vcsInitConfig</h4>
922 <b>vcsInitConfig</b>(<i>project</i>)
923 <p>
924 Public method to initialize the VCS configuration.
925 </p><p>
926 This method ensures, that an ignore file exists.
927 </p><dl>
928 <dt><i>project</i></dt>
929 <dd>
930 reference to the project (Project)
931 </dd>
917 </dl><a NAME="Subversion.vcsLog" ID="Subversion.vcsLog"></a> 932 </dl><a NAME="Subversion.vcsLog" ID="Subversion.vcsLog"></a>
918 <h4>Subversion.vcsLog</h4> 933 <h4>Subversion.vcsLog</h4>
919 <b>vcsLog</b>(<i>name</i>) 934 <b>vcsLog</b>(<i>name</i>)
920 <p> 935 <p>
921 Public method used to view the log of a file/directory from the 936 Public method used to view the log of a file/directory from the

eric ide

mercurial