diff options
Diffstat (limited to 'vcs/cvsservice/README.dox')
-rw-r--r-- | vcs/cvsservice/README.dox | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/vcs/cvsservice/README.dox b/vcs/cvsservice/README.dox index 3a102ce7..d334e326 100644 --- a/vcs/cvsservice/README.dox +++ b/vcs/cvsservice/README.dox @@ -1,5 +1,5 @@ /** \class CvsServicePart -This plugin integrates Cervisia (version >= 2.1) cvsservice DCOP service into kdevelop (read FAQ at the bottom +This plugin integrates Cervisia (version >= 2.1) cvsservice DCOP service into tdevelop (read FAQ at the bottom of this document): so, this part _does_ require cvsservice installed on your system: the configure script in the main source directory should automagically detect the presence of Cervisia and build this plugin. If Cervisia wasn't installed in $KDEDIR than you need to specify paths for lib and include @@ -9,7 +9,7 @@ files, for example: </code> (where $HOME/kde is where I install my own kde stuff so I don't mess with working kde installation) -<b>WARNING:</b> So, if you have already compiled kdevelop *without* cvsservice and have now +<b>WARNING:</b> So, if you have already compiled tdevelop *without* cvsservice and have now installed cervisia to try this nice piece of software, you need to re-run configure so it can detect cervisia installation and enable compilation for vcs/cvsservice. @@ -21,7 +21,7 @@ mailing list. Contributions are always welcome :-) <b>WARNING2:</b> If it doesn't compile try to update your cervisia installation. Implementation of this component is done by: - - class CvsServicePart, which does provide integration within kdevelop, set-up GUI + - class CvsServicePart, which does provide integration within tdevelop, set-up GUI integration, forward cvs commands to the implementation (m_impl). It does also intercepts Q_SIGNALS like "new files added to project" and "... removed from ...". - class CvsServicePartImpl implements the actual feature: more general speaking @@ -66,10 +66,10 @@ Implementation of this component is done by: \feature can revert and diff between specific releases \feature can do multiple diff from a common cvs log output text -\bug bugs in <a href="http://bugs.kde.org/buglist.cgi?product=kdevelop&component=cvs%20part&bug_status=UNCONFIRMED&bug_status=NEW&bug_status=ASSIGNED&bug_status=REOPENED&order=Bug+Number">cvs part component at Bugzilla database</a> +\bug bugs in <a href="http://bugs.kde.org/buglist.cgi?product=tdevelop&component=cvs%20part&bug_status=UNCONFIRMED&bug_status=NEW&bug_status=ASSIGNED&bug_status=REOPENED&order=Bug+Number">cvs part component at Bugzilla database</a> \requirement <a href="http://www.cvshome.org">CVS</a> >= 1.10.6 -\requirement Cervisia >= 2.1 (from kdesdk package included in <a href="http://www.kde.org">KDE</a> >= 3.2) +\requirement Cervisia >= 2.1 (from tdesdk package included in <a href="http://www.kde.org">KDE</a> >= 3.2) \todo Test with SSH repositories! \todo Share a common outputview between VCS: CvsProcessWidget should be reworked :-/ |