<?xml version="1.0" encoding="UTF-8"?>
<rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns="http://purl.org/rss/1.0/" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:syn="http://purl.org/rss/1.0/modules/syndication/" xmlns:admin="http://webns.net/mvcb/">
  <channel rdf:about="http://permalink.gmane.org/gmane.comp.kde.scm-interest">
    <title>gmane.comp.kde.scm-interest</title>
    <link>http://permalink.gmane.org/gmane.comp.kde.scm-interest</link>
    <description/>
    <syn:updatePeriod>hourly</syn:updatePeriod>
    <syn:updateFrequency>1</syn:updateFrequency>
    <syn:updateBase>1901-01-01T00:00+00:00</syn:updateBase>
    <items>
      <rdf:Seq>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.kde.scm-interest/2128"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.kde.scm-interest/2127"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.kde.scm-interest/2126"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.kde.scm-interest/2125"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.kde.scm-interest/2124"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.kde.scm-interest/2123"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.kde.scm-interest/2122"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.kde.scm-interest/2121"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.kde.scm-interest/2120"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.kde.scm-interest/2119"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.kde.scm-interest/2118"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.kde.scm-interest/2117"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.kde.scm-interest/2116"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.kde.scm-interest/2115"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.kde.scm-interest/2114"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.kde.scm-interest/2113"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.kde.scm-interest/2112"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.kde.scm-interest/2111"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.kde.scm-interest/2110"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.kde.scm-interest/2108"/>
      </rdf:Seq>
    </items>
    <image rdf:resource="http://gmane.org/img/gmane-25t.png"/>
    <textinput rdf:resource=""/>
  </channel>
  <image rdf:about="http://gmane.org/img/gmane-25t.png">
    <title>Gmane</title>
    <url>http://gmane.org/img/gmane-25t.png</url>
    <link>http://gmane.org</link>
  </image>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.kde.scm-interest/2128">
    <title>KDESDK to git migration: Build system changes</title>
    <link>http://permalink.gmane.org/gmane.comp.kde.scm-interest/2128</link>
    <description>&lt;pre&gt;Hi,
how does the new structure works in terms of building?

So far we have one top-level CMakeLists.txt for the whole of KDESDK.
This seems to be useful for releasing a KDESDK tarball to end users /
distributions. However I suppose that every single repository should
have an independently-working build file in its own root directory,
i.e. one that does not depend on the KDESDK one for finding stuff out
(as is the case now).

Can anyone confirm or correct this?

Regards
Sebastian
&lt;/pre&gt;</description>
    <dc:creator>Sebastian Dörner</dc:creator>
    <dc:date>2012-05-23T21:29:51</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.kde.scm-interest/2127">
    <title>Re: Migration of KDESDK to git</title>
    <link>http://permalink.gmane.org/gmane.comp.kde.scm-interest/2127</link>
    <description>&lt;pre&gt;Hi Jeremy,

Am Mittwoch, 16. Mai 2012, 13:00:04 schrieb Jeremy Whiting:

Good, thank you! Let's try to spread the tasks on many shoulders where doable, 
so things take less time for each and the results are quicker seen.


Okay, so took that as guide to roughly follow for now.

Cheers
Friedrich
&lt;/pre&gt;</description>
    <dc:creator>Friedrich W. H. Kossebau</dc:creator>
    <dc:date>2012-05-22T16:55:21</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.kde.scm-interest/2126">
    <title>KDESDK to git migration: how many repos for thesmall developer utils?</title>
    <link>http://permalink.gmane.org/gmane.comp.kde.scm-interest/2126</link>
    <description>&lt;pre&gt;Hi,

[[cc: to kde-scm-interest just for heads-up,
  follow-ups _only_ on kde-sdk-devel please]]

so we are in Phase 1 of the process:
"Decide which repos should be created from which submodules".

For the kind-of-standalone programs and the plugins it seems there is 
consensus how they should be split, a repo per program as well as a repo per 
plugin type.

But what about all those small developer utils?
There are some for developers using... 
... KDE libs/framework: 
* kpartloader - David Faure 
* scripts - Michael Pyne 

... Qt libs/framework: 
* kuiviewer - Benjamin C. Meyer 
* kprofilemethod - David Faure 

... X libs: 
* kstartperf - Geert Jansen 

... C++(/C?): 
* kmtrace - ? 

How should these submodules be split? 
a) One repo with all? 
b) "scripts" in a separate repo, rest in one? 
c) Each an own repo?
d) ?

(Above from http://community.kde.org/KDESDK/Git_Migration#Development_utils )

I currently would vote for b) or a). But I have no real hard rules besides the 
amount of files in the submodules.&lt;/pre&gt;</description>
    <dc:creator>Friedrich W. H. Kossebau</dc:creator>
    <dc:date>2012-05-22T16:31:12</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.kde.scm-interest/2125">
    <title>Re: Migration of KDESDK to git</title>
    <link>http://permalink.gmane.org/gmane.comp.kde.scm-interest/2125</link>
    <description>&lt;pre&gt;Hi Friedrich,

Thanks for revitalizing this discussion and project.

On Wed, May 16, 2012 at 9:50 AM, Friedrich W. H. Kossebau
&amp;lt;kossebau-RoXCvvDuEio&amp;lt; at &amp;gt;public.gmane.org&amp;gt; wrote:

I would love to help out as I am able to.  Lots of stuff going on at
home so don't have a ton of time to devote to this, but I would like
to see it happen and can spare a few hours a week to help someone get
up to speed.


Yes, that's correct.  For 3 we have previously just used scratch repos
in git.kde.org.  No need to set up a separate git server.  Otherwise,
yes that looks like the process we've used in the past.

thanks again,
Jeremy

&lt;/pre&gt;</description>
    <dc:creator>Jeremy Whiting</dc:creator>
    <dc:date>2012-05-16T19:00:04</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.kde.scm-interest/2124">
    <title>Re: Migration of KDESDK to git</title>
    <link>http://permalink.gmane.org/gmane.comp.kde.scm-interest/2124</link>
    <description>&lt;pre&gt;Hi, especially Nicolás and Jeremy,

so far it seems everyone is looking forward to seeing the migration of kdesdk 
to git finally happen, good :)

Am Dienstag, 8. Mai 2012, 17:11:51 schrieb Friedrich W. H. Kossebau:

Those "brave people" are you, Nicolás and Jeremy :) Do you want to pick up 
your work again and be our experts in the kdesdk migration?

I myself have not really followed any of the migrations to git, so have no 
real idea about the process. http://techbase.kde.org/Projects/MovetoGit only 
helped me a little. Do kdeedu or kdeutils or else have a log of their process 
which could be followed?

I guess it's something like this:

1. Decide which repos should be created from which submodules
2. Write migration rules
3. Setup a test git server with resulting repos to check rules
4. Have everyone okay the rules
5. Migration!
  a) Put writelock on module in svn 
  b) Create real repos by the rules
  c) Configure EBN, API DOX, translations systems (what else?) for new repos
  d) Put "Moved to git" not&lt;/pre&gt;</description>
    <dc:creator>Friedrich W. H. Kossebau</dc:creator>
    <dc:date>2012-05-16T15:50:44</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.kde.scm-interest/2123">
    <title>Re: Migration of KDESDK to git, finally? :)</title>
    <link>http://permalink.gmane.org/gmane.comp.kde.scm-interest/2123</link>
    <description>&lt;pre&gt;
http://websvn.kde.org/?view=revision&amp;amp;revision=628013

Nothing in main modules is straightforward, there are many work branches 
around :)

&lt;/pre&gt;</description>
    <dc:creator>Nicolás Alvarez</dc:creator>
    <dc:date>2012-05-10T18:37:26</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.kde.scm-interest/2122">
    <title>Please subscribe to kde-sdk-devel (was: Re:Migration of KDESDK to git, finally?)</title>
    <link>http://permalink.gmane.org/gmane.comp.kde.scm-interest/2122</link>
    <description>&lt;pre&gt;Hi all,

thanks for your replies so far, encouraging to continue on the pushing of 
kdesdk to git :)

Just the lots of cc: are a pain (and result in the posts being blocked for 
kde-scm-interest-RoXCvvDuEio&amp;lt; at &amp;gt;public.gmane.org by default). So the admins have been nice and quickly 
added a new mailinglist for kdesdk, kde-sdk-devel.

So please anyone also quickly subscribe to

https://mail.kde.org/mailman/listinfo/kde-sdk-devel

so the discussion can be continued there (and is also archived for any kdesdk 
maintainer/shareholder who is not yet in cc:), at least for the parts not 
interesting to kde-scm-interest.

Please spread this info also to anyone else interested in stuff in kdesdk.

Cheers
Friedrich
&lt;/pre&gt;</description>
    <dc:creator>Friedrich W. H. Kossebau</dc:creator>
    <dc:date>2012-05-10T16:49:19</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.kde.scm-interest/2121">
    <title>Re: Migration of KDESDK to git, finally? :)</title>
    <link>http://permalink.gmane.org/gmane.comp.kde.scm-interest/2121</link>
    <description>&lt;pre&gt;El Dimarts, 8 de maig de 2012, a les 19:37:54, Michael Pyne va escriure:

Reorganizing toplevel modules is kind of pain in the ass since we have lots of 
scripts, tools, packages (in the distro side) that expect a given set of 
names/packages, so first I'd want to ask for thiking if this new module really 
is worth anonying our ecosystem (and besides i guess a new module should be 
approved by the release-team and/or k-c-d).

Cheers,
  Albert

&lt;/pre&gt;</description>
    <dc:creator>Albert Astals Cid</dc:creator>
    <dc:date>2012-05-08T23:55:06</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.kde.scm-interest/2120">
    <title>Re: Migration of KDESDK to git, finally? :)</title>
    <link>http://permalink.gmane.org/gmane.comp.kde.scm-interest/2120</link>
    <description>&lt;pre&gt;Thanks for bringing this up and for stepping up as module coordinator!

+1 for 1 repo per type

I'd be available to help in the implementation (rules etc) after 18
May, though I don't know much about the history myself (it's pretty
straightforward for the dolphin plugins).

Regards
Sebastian
&lt;/pre&gt;</description>
    <dc:creator>Sebastian Dörner</dc:creator>
    <dc:date>2012-05-08T23:23:26</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.kde.scm-interest/2119">
    <title>Re: Migration of KDESDK to git, finally? :)</title>
    <link>http://permalink.gmane.org/gmane.comp.kde.scm-interest/2119</link>
    <description>&lt;pre&gt;Hi,
No, not at all. KAppTemplate is a full application which generates 
templates to start coding. It's not examples.
kdeexamples has already the same sort of staring code than KAppTemplate 
but new developers cannot use itso easily. With KAppTemplate, they say: 
I want a new project named trial and they choose which sort of project 
and it's generated right with the trial name and ready to be built.

Anne-Marie

&lt;/pre&gt;</description>
    <dc:creator>Anne-Marie Mahfouf</dc:creator>
    <dc:date>2012-05-08T18:27:22</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.kde.scm-interest/2118">
    <title>Re: Migration of KDESDK to git, finally? :)</title>
    <link>http://permalink.gmane.org/gmane.comp.kde.scm-interest/2118</link>
    <description>&lt;pre&gt;
Aside from kio_perldoc as you suggested, I'm also marked as the maintainer for 
kdesdk-scripts.


This sounds agreeable. I will volunteer to maintain the kioslaves-kdesdk 
grouping.


Yes. We can rename to kde-developer-scripts to make it more clear what their 
intent is.


That actually sounds like a good idea, instead of having 'kde/kdesdk/kde-
developer-scripts' have 'kde-developer-scripts' as a toplevel git module.


Sounds good to me.

Regards,
 - Michael Pyne&lt;/pre&gt;</description>
    <dc:creator>Michael Pyne</dc:creator>
    <dc:date>2012-05-08T23:37:54</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.kde.scm-interest/2117">
    <title>Re: Migration of KDESDK to git, finally? :)</title>
    <link>http://permalink.gmane.org/gmane.comp.kde.scm-interest/2117</link>
    <description>&lt;pre&gt;[...]

I also think having one repository per type 
(dolphin-plugins/kio-slave/strigi-analyzer) would be fine.

BTW: Thanks for bringing this topic up again :-)

Cheers,
Peter
&lt;/pre&gt;</description>
    <dc:creator>Peter Penz</dc:creator>
    <dc:date>2012-05-08T18:44:46</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.kde.scm-interest/2116">
    <title>Re: Migration of KDESDK to git, finally? :)</title>
    <link>http://permalink.gmane.org/gmane.comp.kde.scm-interest/2116</link>
    <description>&lt;pre&gt;El Dimarts, 8 de maig de 2012, a les 17:11:51, Friedrich W. H. Kossebau va 
escriure:

Ho


Not me


I think one repo per plugin is an overkill.


If i's your assumption that the poxml is not used outside KDE developers, it's 
a wrong assumption. We regularly have people filling bugs complaining it 
doesn't work for their non KDE use case.


Has nothing to do in my opinion, kdeexamples are examples on how to use 
technology, kapptemplate are "barebones compilable code" for some type of 
application.


Makes sense

&lt;/pre&gt;</description>
    <dc:creator>Albert Astals Cid</dc:creator>
    <dc:date>2012-05-08T17:33:41</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.kde.scm-interest/2115">
    <title>Re: Migration of KDESDK to git, finally? :)</title>
    <link>http://permalink.gmane.org/gmane.comp.kde.scm-interest/2115</link>
    <description>&lt;pre&gt;Hi,

thanks for getting this started again!

Am 08.05.2012 17:11, schrieb Friedrich W. H. Kossebau:

Yes.


Yes.


Ah, nice. I didn't know.

I do not really know the syntax for the rules, but at least for
kcachegrind there are no special (feature-)branches, and everything
within the kcachegrind/ directory is self-contained (apart from
translation/documentation). So the migration should be straight-forward.


Looks good.
For the rest, I do not really have an opinion.

Cheers,
Josef


&lt;/pre&gt;</description>
    <dc:creator>Josef Weidendorfer</dc:creator>
    <dc:date>2012-05-08T16:03:18</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.kde.scm-interest/2114">
    <title>Re: Migration of KDESDK to git, finally? :)</title>
    <link>http://permalink.gmane.org/gmane.comp.kde.scm-interest/2114</link>
    <description>&lt;pre&gt;Hi,

On 05/08/2012 05:11 PM, Friedrich W. H. Kossebau wrote:
I would prefer KAppTemplate as standalone as it's also used by KDevelop.
I tried to make the rules at some point but the app was previously a 
bash script and I did not know how to include this history as well.

+1 and thanks!

Anne-Marie

&lt;/pre&gt;</description>
    <dc:creator>Anne-Marie Mahfouf</dc:creator>
    <dc:date>2012-05-08T18:23:16</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.kde.scm-interest/2113">
    <title>Re: Migration of KDESDK to git, finally? :)</title>
    <link>http://permalink.gmane.org/gmane.comp.kde.scm-interest/2113</link>
    <description>&lt;pre&gt;As far as plug-ins are concerned, I think it would be better to have one
repo per group. I don't see much benefit of having separate repository
for each plug-in. Thing about plug-ins is that there can be many of
them, and it would result into many repositories if go for other option.

Regards,
Vishesh

On 05/08/2012 08:41 PM, Friedrich W. H. Kossebau wrote:


&lt;/pre&gt;</description>
    <dc:creator>Vishesh Yadav</dc:creator>
    <dc:date>2012-05-08T16:06:14</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.kde.scm-interest/2112">
    <title>Migration of KDESDK to git, finally? :)</title>
    <link>http://permalink.gmane.org/gmane.comp.kde.scm-interest/2112</link>
    <description>&lt;pre&gt;Hi,

KDESDK currently is still in svn. At least for Okteta I would like to have
a move from svn to git as soon as possible.

While there have been two threads about this on this list,
"migration of kdesdk to git - status?" from 18.12.2010 and
"Idea: Converting KDESDK incrementally" from 28.03.2011, so far
nothing has happened, besides Kate and kdesrc-build having moved out
of KDESDK to other modules. I would like to change that and have something
happening :)

The gist from the threads is that
* the KDESDK module should be split into separate repos, as the single
  submodules do not have anything in common, like libs or stuff
* the whole of KDESDK should be moved to git in one step, to reduce the mess
  for release managers, packagers and friends
Anyone disagrees?

Some brave people seem to have prepared set of rules for all the components
of the KDESDK module (thanks to them), see
https://projects.kde.org/projects/playground/sdk/kde-
ruleset/repository/revisions/master/show/kdesdk
What is the state of these&lt;/pre&gt;</description>
    <dc:creator>Friedrich W. H. Kossebau</dc:creator>
    <dc:date>2012-05-08T15:11:51</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.kde.scm-interest/2111">
    <title>coordinator of module kdesdk (was: Re: migrationof kdesdk to git - status?)</title>
    <link>http://permalink.gmane.org/gmane.comp.kde.scm-interest/2111</link>
    <description>&lt;pre&gt;Am Freitag, 17. Dezember 2010, 21:57:40 schrieb Matt Rogers:

Is that still the state? If so, I would be willing to take over the role as 
coordinator of kdesdk.

Cheers
Friedrich
&lt;/pre&gt;</description>
    <dc:creator>Friedrich W. H. Kossebau</dc:creator>
    <dc:date>2012-05-08T14:36:38</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.kde.scm-interest/2110">
    <title>svn2git: Representing old work that does not have a direct connection to current master</title>
    <link>http://permalink.gmane.org/gmane.comp.kde.scm-interest/2110</link>
    <description>&lt;pre&gt;Hi,

I'm working on kdegames/palapeli-rules. Palapeli lived in
playground/games for a very long time. 1.5 years into its development,
I decided to rewrite it from scratch using the lessons I learned over
the time.

So I moved the directory trunk/playground/games/palapeli to
trunk/playground/games/palapeli.old and started development of the
rewrite at the old path trunk/playground/games/palapeli. I kept the
old source code in the "palapeli.old" directory for a month to use it
as a reference when writing the new code. (I did not know about "svn
checkout -R" back then.)

In the rules, I'm thinking of

1. using the parentmap to make the first commit on the new Palapeli
(1028102) the parent of the last commit of the old Palapeli (1024816)
and

2. omitting those commits which move the old code to "palapeli.old"
(1028097) and delete this directory a month later (1043580).

This should maintain temporal and contextual order without introducing
additional branches. Is this a good idea? If not, what do you suggest?

G&lt;/pre&gt;</description>
    <dc:creator>Stefan Majewsky</dc:creator>
    <dc:date>2012-03-11T21:32:03</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.kde.scm-interest/2108">
    <title>Re: superbuild: git clone dir gets removed when rebuilding cache</title>
    <link>http://permalink.gmane.org/gmane.comp.kde.scm-interest/2108</link>
    <description>&lt;pre&gt;
... and this may become quite problematic with big repositories like the 
one of calligra. The cloning time is quite impressive.

Valentin

&lt;/pre&gt;</description>
    <dc:creator>Valentin Rusu</dc:creator>
    <dc:date>2011-12-17T19:10:58</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.kde.scm-interest/2107">
    <title>superbuild: git clone dir gets removed whenrebuilding cache</title>
    <link>http://permalink.gmane.org/gmane.comp.kde.scm-interest/2107</link>
    <description>&lt;pre&gt;Hello Alex,

Looking for a hint to better superbuild.
Here is my case (once again :) )

I configured superbuild to get the sources in a separate, global, 
directory. I added this into the GlobalSuperbuildOptions.cmake:

set(SB_SRC_CLONE_DIR $ENV{KDEDIR}/src)
(please see my last commit 3ec2909821e408fad6, which introduces this 
variable)

I then do this:
cd kdesupport/
mkdir build
cd build
cmake ..
cmake-gui .. [then I configure the build]
make

Please note that before doing this, my KDEDIR/src already has clones of 
the ldesupport components.
However, doing make would delete the corresponding directories, then 
re-clone them.
Here is an example of the output for LibStreamAnalyzer

Scanning dependencies of target LibStreamAnalyzer
[ 50%] Creating directories for 'LibStreamAnalyzer'
[ 50%] Performing download step (git clone) for 'LibStreamAnalyzer'
Cloning into 'LibStreamAnalyzer'...
remote: Counting objects: 24940, done.
remote: Compressing objects: 100% (5085/5085), done.
remote: Total 24940 (delta 19797), &lt;/pre&gt;</description>
    <dc:creator>Valentin Rusu</dc:creator>
    <dc:date>2011-12-17T10:47:57</dc:date>
  </item>
  <textinput rdf:about="http://search.gmane.org/?group=$group=gmane.comp.kde.scm-interest">
    <title>Search Engine</title>
    <description>Search the mailing list at Gmane</description>
    <name>query</name>
    <link>http://search.gmane.org/?group=$group=gmane.comp.kde.scm-interest</link>
  </textinput>
</rdf:RDF>

