CVS commit by marios: Resync ;-) M +10 -8 README.dox 1.9 --- kdevelop/vcs/cvsservice/README.dox #1.8:1.9 @@ -1,6 +1,6 @@ /** \class CvsServicePart -This is an experimental attempt to integrate Cervisia HEAD's cvsservice into kdevelop (read FAQ). -This part _does_ require cvsservice being installed on your system: the configure script -in the main source directory should autodetect the presence of Cervisia and build it. +This plugin integrates Cervisia (version >= 2.1) cvsservice DCOP service into kdevelop (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 files, for example: @@ -14,8 +14,10 @@ can detect cervisia installation and enable compilation for vcs/cvsservice. -WARNING: Keep in mind that there are incoming changes in cvsservice architecture -which could make this part quite subject to heavy modifications. +WARNING: This plugin will quite surely change when the upcoming modifications in Cervisia's own +architecture (separation of core and front-ends and user applications' library) are done (probably +starting from kde >= 3.3). If you want to partecipate please join discussions on the cervisia@kde.org +mailing list. Contributions are always welcome :-) -WARNING2: If it doesn't compile try to update your cvsservice. +WARNING2: If it doesn't compile try to update your cervisia installation. Implementation of this component is done by: @@ -50,5 +52,4 @@ project dir. - (> 3.0) Replace the menu entries text with shorter ones - - (> 3.0) Add a new state & color enntry for 'Needs Patch' CVS state :-/ - Fix bugs on bugs.kde.org ;-) @@ -77,4 +78,5 @@ \faq Does cvsservicepart support login with :pserver: or :ext: ? Well, I dunno ;-) I have no ssh repositories to test so feel free to provide feedback on the subject :-) - + Update: Ok, it seems at least one user has tried :ext: reporting it to work (with ssh-agent avoiding some + typing headache ;-)) */