Re: [Development] Switching remote url for qt5 git clone

2015-03-31 Thread Oswald Buddenhagen
On Tue, Mar 31, 2015 at 12:22:00PM +0200, Sergio Ahumada wrote: > On 03/31/2015 12:18 PM, Gunnar Roth wrote: > > Now wiki says > > > > git clone git://code.qt.io/qt/qt5.git > > [sahumada@sahumada ~]$ git clone git://code.qt.io/qt/qt5.git > Cloning into 'qt5'... > Checking connectivity... done. >

Re: [Development] Switching remote url for qt5 git clone

2015-03-31 Thread Sergio Ahumada
On 03/31/2015 12:18 PM, Gunnar Roth wrote: > Now wiki says > > git clone git://code.qt.io/qt/qt5.git [sahumada@sahumada ~]$ git clone git://code.qt.io/qt/qt5.git Cloning into 'qt5'... remote: Counting objects: 3021, done. remote: Compressing objects: 100% (1518/1518), done. remote: Total 3021 (d

Re: [Development] Switching remote url for qt5 git clone

2015-03-31 Thread Gunnar Roth
07:21 Uhr Von: "Blasche Alexander" An: "" Betreff: Re: [Development] Switching remote url for qt5 git clone It is an oversight. I fixed it. Thank you for pointing it out. -- Alex From: development-bounces+alexander.blasche=theqt

Re: [Development] Switching remote url for qt5 git clone

2015-03-30 Thread Blasche Alexander
remote url for qt5 git clone On Thu, 26 Mar 2015, Adam Light wrote: > I'd like to move my checkout to git://code.io.qt. I got reminded of your mail when I just did a new clone: http://wiki.qt.io/Building_Qt_5_from_Git suggests the usage of: git clone git://code.qt.io/git/qt/qt5.git

Re: [Development] Switching remote url for qt5 git clone

2015-03-30 Thread Harri Porten
On Thu, 26 Mar 2015, Adam Light wrote: > I'd like to move my checkout to git://code.io.qt. I got reminded of your mail when I just did a new clone: http://wiki.qt.io/Building_Qt_5_from_Git suggests the usage of: git clone git://code.qt.io/git/qt/qt5.git but the /git/ part is probably just a

Re: [Development] Switching remote url for qt5 git clone

2015-03-27 Thread Adam Light
On Fri, Mar 27, 2015 at 3:34 AM, Oswald Buddenhagen < oswald.buddenha...@theqtcompany.com> wrote: > On Thu, Mar 26, 2015 at 04:37:15PM -0700, Thiago Macieira wrote: > > On Thursday 26 March 2015 15:57:23 Adam Light wrote: > > > I'd like to move my checkout to git://code.io.qt. > > > > > > I can us

Re: [Development] Switching remote url for qt5 git clone

2015-03-27 Thread Oswald Buddenhagen
On Thu, Mar 26, 2015 at 04:37:15PM -0700, Thiago Macieira wrote: > On Thursday 26 March 2015 15:57:23 Adam Light wrote: > > I'd like to move my checkout to git://code.io.qt. > > > > I can use git remote set-url for the base and then for each submodule, but > > it seems like there must be a better

Re: [Development] Switching remote url for qt5 git clone

2015-03-26 Thread Thiago Macieira
On Thursday 26 March 2015 15:57:23 Adam Light wrote: > I'd like to move my checkout to git://code.io.qt. > > I can use git remote set-url for the base and then for each submodule, but > it seems like there must be a better (that is, automatic) way to do this. > Any suggestions? git submodule fore

[Development] Switching remote url for qt5 git clone

2015-03-26 Thread Adam Light
I have a git clone of the qt5 repository from git://gitorious.org/qt/qt5.git . When I try to fetch changes, I'm getting the following: fatal: Could not read from remote repository. Please make sure you have the correct access rights and the repository exists. I'd like to move my checkout to g