--- a/VCS/VersionControl.py Mon May 28 15:59:36 2012 +0200 +++ b/VCS/VersionControl.py Tue May 29 20:59:40 2012 +0200 @@ -435,6 +435,17 @@ """ pass + def vcsInitConfig(self, project): + """ + Public method to initialize the VCS configuration. + + This method could ensure, that certain files or directories are + exclude from being version controlled. + + @param project reference to the project (Project) + """ + pass + def vcsDefaultOptions(self): """ Public method used to retrieve the default options for the vcs.