Re: Stop using git.kde.org immediately!!!!

2011-01-30 Thread Tom Albers
Hi, git.kde.org will no longer accept clone requests. It will give you an error. I will leave this in place for the next week or so, until everyone has their clones. Best, Toma - Original Message - > Hi, > > Before git.kde.org goes down I like to urge everyone to stop doing > clones

Stop using git.kde.org immediately!!!!

2011-01-30 Thread Tom Albers
Hi, Before git.kde.org goes down I like to urge everyone to stop doing clones from git.kde.org. Please use anongit.kde.org for reads and git.kde.org only for writes as explained here: http://community.kde.org/Sysadmin/GitKdeOrgManual#Let_Git_rewrite_URL_prefixes The system is now on the edge o

Re: kdesdk/dolphin-plugins/git/fileviewgitplugin.cpp won't compile

2011-01-30 Thread Valentin Rusu
On 01/30/2011 09:50 PM, Andreas Pakulat wrote: > On 30.01.11 20:00:39, Valentin Rusu wrote: >> On 01/30/2011 06:30 PM, Peter Penz wrote: >>> On Sunday 30 January 2011 18:14:56 Valentin Rusu wrote: Hello, I just got a fresh copy of the kdesdk from the trunk and I get the error sh

Re: kdesdk/dolphin-plugins/git/fileviewgitplugin.cpp won't compile

2011-01-30 Thread Andreas Pakulat
On 30.01.11 20:00:39, Valentin Rusu wrote: > On 01/30/2011 06:30 PM, Peter Penz wrote: > > On Sunday 30 January 2011 18:14:56 Valentin Rusu wrote: > >> Hello, > >> > >> I just got a fresh copy of the kdesdk from the trunk and I get the error > >> shown below when compiling it. Any hint as to get it

snippets for kate

2011-01-30 Thread Hartmut Noack
Hello KDEvs ;-) I am about to write about KDE as an environment for web-development so dug somewhat deeper into what Kate as to offer. Snippets could be very useful for such work and I find it astounding, that tehre are more or less no snippet-files installable that bring some of the typical s

Re: kdesdk/dolphin-plugins/git/fileviewgitplugin.cpp won't compile

2011-01-30 Thread Valentin Rusu
On 01/30/2011 06:30 PM, Peter Penz wrote: > On Sunday 30 January 2011 18:14:56 Valentin Rusu wrote: >> Hello, >> >> I just got a fresh copy of the kdesdk from the trunk and I get the error >> shown below when compiling it. Any hint as to get it working ? > This looks like you have an outdated versi

Fix required or config problem?

2011-01-30 Thread Shantanu Tushar Jha
Hi, I was trying to build kdelibs from git and got - [ 37%] Building CXX object kio/CMakeFiles/kio.dir/kfile/kfilemetadataconfigurationwidget.o In file included from /home/shaan/kde/src/kdelibs/nepomuk/types/class.h:28, from /home/shaan/kde/src/kdelibs/nepomuk/core/resource.h:29,

Re: Merging git Repositories

2011-01-30 Thread Andreas Pakulat
On 30.01.11 10:18:24, James Duncan wrote: > On Sat, Jan 29, 2011 at 4:46 PM, Milian Wolff wrote: > > > Hey all, I'm not sure whether this is the right list, suggestions welcome. > > > > I think about merging these two repositories: > > > > http://projects.kde.org/kdev-php (language support) > > h

Re: Merging git Repositories

2011-01-30 Thread James Duncan
On Sat, Jan 29, 2011 at 4:46 PM, Milian Wolff wrote: > Hey all, I'm not sure whether this is the right list, suggestions welcome. > > I think about merging these two repositories: > > http://projects.kde.org/kdev-php (language support) > http://projects.kde.org/kdev-php-docs (embedded PHP.net doc

Re: kdesdk/dolphin-plugins/git/fileviewgitplugin.cpp won't compile

2011-01-30 Thread Peter Penz
On Sunday 30 January 2011 18:14:56 Valentin Rusu wrote: > Hello, > > I just got a fresh copy of the kdesdk from the trunk and I get the error > shown below when compiling it. Any hint as to get it working ? This looks like you have an outdated version of kdebase. > /vrac2/kdesrc/4/trunk/KDE/kdes

kdesdk/dolphin-plugins/git/fileviewgitplugin.cpp won't compile

2011-01-30 Thread Valentin Rusu
Hello, I just got a fresh copy of the kdesdk from the trunk and I get the error shown below when compiling it. Any hint as to get it working ? /vrac2/kdesrc/4/trunk/KDE/kdesdk/dolphin-plugins/git/fileviewgitplugin.cpp: In member function ‘virtual bool FileViewGitPlugin::beginRetrieval(const QStri

Re: Merging git Repositories

2011-01-30 Thread Milian Wolff
Ben Cooksley, 30.01.2011: > On Sun, Jan 30, 2011 at 10:49 PM, Andreas Pakulat wrote: > > On 30.01.11 01:46:54, Milian Wolff wrote: > >> Hey all, I'm not sure whether this is the right list, suggestions > >> welcome. > >> > >> I think about merging these two repositories: > >> > >> http://project

Re: How to create and execute tests with CMake

2011-01-30 Thread Riccardo Bellini
Ok, it's not a problem :) Thank you all for your help! Riccardo 2011/1/29 Andreas Pakulat > > > Ah, sorry, just re-read the qt4_automoc code, it indeed does not support > QObject in .cpp files. Sorry about the confusion. Indeed I now recall > that the Qt4 CMake macro's don't support QObject clas

Re: Merging git Repositories

2011-01-30 Thread Thiago Macieira
On Sunday, 30 de January de 2011 01:46:54 Milian Wolff wrote: > So my question essentially boils down to: Is this "ok" or would I mess with > distributors who bundled these plugins separately up to now? They could > still do that if they want to, right? How do I merge them? Can I just do > somethi

Re: Merging git Repositories

2011-01-30 Thread Ben Cooksley
On Sun, Jan 30, 2011 at 10:49 PM, Andreas Pakulat wrote: > On 30.01.11 01:46:54, Milian Wolff wrote: >> Hey all, I'm not sure whether this is the right list, suggestions welcome. >> >> I think about merging these two repositories: >> >> http://projects.kde.org/kdev-php (language support) >> http:/

Re: Merging git Repositories

2011-01-30 Thread Andreas Pakulat
On 30.01.11 01:46:54, Milian Wolff wrote: > Hey all, I'm not sure whether this is the right list, suggestions welcome. > > I think about merging these two repositories: > > http://projects.kde.org/kdev-php (language support) > http://projects.kde.org/kdev-php-docs (embedded PHP.net docs) > > Why