Re: [Kde-scm-interest] initial port of scripty to git is ready

2009-05-21 Thread Albert Astals Cid
A Dijous, 21 de maig de 2009, Chani va escriure: > On May 21, 2009 06:39:29 Matt Rogers wrote: > > On May 21, 2009, at 8:16 AM, Ian Monroe wrote: > > > On Wed, May 20, 2009 at 10:34 PM, Matt Rogers wrote: > > >> Hi, > > >> > > >> I've finished an initial port of scripty to git. It can found on > >

Re: [Kde-scm-interest] initial port of scripty to git is ready

2009-05-21 Thread Matt Rogers
On May 21, 2009, at 2:37 PM, Chani wrote: > On May 21, 2009 06:39:29 Matt Rogers wrote: >> On May 21, 2009, at 8:16 AM, Ian Monroe wrote: >>> On Wed, May 20, 2009 at 10:34 PM, Matt Rogers wrote: Hi, I've finished an initial port of scripty to git. It can found on Gitorious at

Re: [Kde-scm-interest] initial port of scripty to git is ready

2009-05-21 Thread Ian Monroe
2009/5/21 Chani : > btw, I don't see why people want to test this on amarok *first*. why not make > an itty-bitty dummy project on gitorious, put some dummy cpp and desktop files > in it (possibly just copy a few from a random project and change the strings > to have SCRIPTY_TEST in them), and test

Re: [Kde-scm-interest] initial port of scripty to git is ready

2009-05-21 Thread Chani
On May 21, 2009 06:39:29 Matt Rogers wrote: > On May 21, 2009, at 8:16 AM, Ian Monroe wrote: > > On Wed, May 20, 2009 at 10:34 PM, Matt Rogers wrote: > >> Hi, > >> > >> I've finished an initial port of scripty to git. It can found on > >> Gitorious at http://gitorious.org/scripty. There are severa

Re: [Kde-scm-interest] initial port of scripty to git is ready

2009-05-21 Thread Ian Monroe
On Thu, May 21, 2009 at 2:08 PM, Oswald Buddenhagen wrote: > On Thu, May 21, 2009 at 11:33:54AM +0200, Thomas Zander wrote: >> On Thursday 21. May 2009 10.52.50 Oswald Buddenhagen wrote: >> > actually, i am wondering whether we really want scripty to modify >> > .desktop files. >> >> Lets not try

Re: [Kde-scm-interest] initial port of scripty to git is ready

2009-05-21 Thread Oswald Buddenhagen
On Thu, May 21, 2009 at 11:33:54AM +0200, Thomas Zander wrote: > On Thursday 21. May 2009 10.52.50 Oswald Buddenhagen wrote: > > actually, i am wondering whether we really want scripty to modify > > .desktop files. > > Lets not try to change KDE policies and ways of working and keep this > list to

Re: [Kde-scm-interest] initial port of scripty to git is ready

2009-05-21 Thread Oswald Buddenhagen
On Thu, May 21, 2009 at 08:14:56PM +0200, Albert Astals Cid wrote: > A Dijous, 21 de maig de 2009, Oswald Buddenhagen va escriure: > > after all, as all but a few translation are irrelevant for almost > > everybody. > > That sentence sounds dangerously like my "i18n is a second citizen in > KDE" b

Re: [Kde-scm-interest] initial port of scripty to git is ready

2009-05-21 Thread Albert Astals Cid
A Dijous, 21 de maig de 2009, vàreu escriure: > A Dijous, 21 de maig de 2009, Matt Rogers va escriure: > > On May 21, 2009, at 8:16 AM, Ian Monroe wrote: > > > On Wed, May 20, 2009 at 10:34 PM, Matt Rogers wrote: > > >> Hi, > > >> > > >> I've finished an initial port of scripty to git. It can foun

Re: [Kde-scm-interest] initial port of scripty to git is ready

2009-05-21 Thread Albert Astals Cid
A Dijous, 21 de maig de 2009, Thomas Zander va escriure: > On Thursday 21. May 2009 15.16.05 Ian Monroe wrote: > > > 3. There is no 'git push' back into the main repository from scripty's > > > clone > > That should be added then; ;) > some algorithm along the lines of > while (!git push) { >

Re: [Kde-scm-interest] initial port of scripty to git is ready

2009-05-21 Thread Albert Astals Cid
A Dijous, 21 de maig de 2009, Oswald Buddenhagen va escriure: > On Wed, May 20, 2009 at 10:34:41PM -0500, Matt Rogers wrote: > > 2. there is no initial git clone to get a working copy if it is > > missing > > > > since I don't know what the layout of the new git repositories > > is going to look li

Re: [Kde-scm-interest] initial port of scripty to git is ready

2009-05-21 Thread Albert Astals Cid
A Dijous, 21 de maig de 2009, Matt Rogers va escriure: > On May 21, 2009, at 8:16 AM, Ian Monroe wrote: > > On Wed, May 20, 2009 at 10:34 PM, Matt Rogers wrote: > >> Hi, > >> > >> I've finished an initial port of scripty to git. It can found on > >> Gitorious at http://gitorious.org/scripty. There

Re: [Kde-scm-interest] initial port of scripty to git is ready

2009-05-21 Thread Ian Monroe
2009/5/21 Thomas Zander : > On Thursday 21. May 2009 15.16.05 Ian Monroe wrote: >> > 3. There is no 'git push' back into the main repository from scripty's >> > clone > > That should be added then; ;) > some algorithm along the lines of >  while (!git push) { >    if (!git pull --rebase) { # sorry,

Re: [Kde-scm-interest] initial port of scripty to git is ready

2009-05-21 Thread Thiago Macieira
Ian Monroe wrote: >The idea is that for Amarok or Plasma to switch to git tomorrow, i18n >needs to stay in SVN. (Possibly i18n could stay in SVN forever, they >have a very different way of doing things and switching to git should >be up to them.) That's great. Has anyone done any test imports alre

Re: [Kde-scm-interest] initial port of scripty to git is ready

2009-05-21 Thread Thiago Macieira
Matt Rogers wrote: >sigh brilliant. too bad nobody told me this initially when i said i >would do it. It's not wasted effort. The rest will be needed one day anyways. -- Thiago Macieira - thiago (AT) macieira.info - thiago (AT) kde.org PGP/GPG: 0x6EF45358; fingerprint: E067 918B B6

Re: [Kde-scm-interest] initial port of scripty to git is ready

2009-05-21 Thread Thomas Zander
On Thursday 21. May 2009 15.16.05 Ian Monroe wrote: > > 3. There is no 'git push' back into the main repository from scripty's > > clone That should be added then; ;) some algorithm along the lines of while (!git push) { if (!git pull --rebase) { # sorry, not working out... git reset --

Re: [Kde-scm-interest] initial port of scripty to git is ready

2009-05-21 Thread Ian Monroe
On Thu, May 21, 2009 at 8:39 AM, Matt Rogers wrote: > > On May 21, 2009, at 8:16 AM, Ian Monroe wrote: > >> On Wed, May 20, 2009 at 10:34 PM, Matt Rogers wrote: >>> Hi, >>> >>> I've finished an initial port of scripty to git. It can found on >>> Gitorious at http://gitorious.org/scripty. There ar

Re: [Kde-scm-interest] initial port of scripty to git is ready

2009-05-21 Thread Matt Rogers
On May 21, 2009, at 8:16 AM, Ian Monroe wrote: > On Wed, May 20, 2009 at 10:34 PM, Matt Rogers wrote: >> Hi, >> >> I've finished an initial port of scripty to git. It can found on >> Gitorious at http://gitorious.org/scripty. There are several issues, >> if you want to call them that, with it: >

Re: [Kde-scm-interest] initial port of scripty to git is ready

2009-05-21 Thread Ian Monroe
On Wed, May 20, 2009 at 10:34 PM, Matt Rogers wrote: > Hi, > > I've finished an initial port of scripty to git. It can found on > Gitorious at http://gitorious.org/scripty. There are several issues, > if you want to call them that, with it: > > 1. completely untested pinotree says they only way t

Re: [Kde-scm-interest] initial port of scripty to git is ready

2009-05-21 Thread Thomas Zander
On Thursday 21. May 2009 10.52.50 Oswald Buddenhagen wrote: > actually, i am wondering whether we really want scripty to modify > .desktop files. Lets not try to change KDE policies and ways of working and keep this list to its scope of introducing a new choice for KDE. -- Thomas Zander signa

Re: [Kde-scm-interest] initial port of scripty to git is ready

2009-05-21 Thread Andrea Diamantini
On Thursday 21 May 2009 10:52:50 Oswald Buddenhagen wrote: > On Wed, May 20, 2009 at 10:34:41PM -0500, Matt Rogers wrote: > > 2. there is no initial git clone to get a working copy if it is > > missing > > > > since I don't know what the layout of the new git repositories > > is going to look like.

Re: [Kde-scm-interest] initial port of scripty to git is ready

2009-05-21 Thread Oswald Buddenhagen
On Wed, May 20, 2009 at 10:34:41PM -0500, Matt Rogers wrote: > 2. there is no initial git clone to get a working copy if it is > missing > since I don't know what the layout of the new git repositories > is going to look like. > i guess you'd need a crystal ball for that. :) > 3. There is no

[Kde-scm-interest] initial port of scripty to git is ready

2009-05-21 Thread Matt Rogers
Hi, I've finished an initial port of scripty to git. It can found on Gitorious at http://gitorious.org/scripty. There are several issues, if you want to call them that, with it: 1. completely untested 2. there is no initial git clone to get a working copy if it is missing since I don't know