diff -r 194a055fff04 -r dbd4d7698310 Documentation/Source/eric5.Plugins.VcsPlugins.vcsPySvn.subversion.html --- a/Documentation/Source/eric5.Plugins.VcsPlugins.vcsPySvn.subversion.html Mon May 28 15:59:36 2012 +0200 +++ b/Documentation/Source/eric5.Plugins.VcsPlugins.vcsPySvn.subversion.html Tue May 29 20:59:40 2012 +0200 @@ -202,6 +202,9 @@ <td><a href="#Subversion.vcsInit">vcsInit</a></td> <td>Public method used to initialize the subversion repository.</td> </tr><tr> +<td><a href="#Subversion.vcsInitConfig">vcsInitConfig</a></td> +<td>Public method to initialize the VCS configuration.</td> +</tr><tr> <td><a href="#Subversion.vcsLog">vcsLog</a></td> <td>Public method used to view the log of a file/directory from the Subversion repository.</td> </tr><tr> @@ -943,6 +946,18 @@ <dd> always TRUE </dd> +</dl><a NAME="Subversion.vcsInitConfig" ID="Subversion.vcsInitConfig"></a> +<h4>Subversion.vcsInitConfig</h4> +<b>vcsInitConfig</b>(<i>project</i>) +<p> + Public method to initialize the VCS configuration. +</p><p> + This method ensures, that eric specific files and directories are ignored. +</p><dl> +<dt><i>project</i></dt> +<dd> +reference to the project (Project) +</dd> </dl><a NAME="Subversion.vcsLog" ID="Subversion.vcsLog"></a> <h4>Subversion.vcsLog</h4> <b>vcsLog</b>(<i>name</i>)