Re: [E-devel] Git: Multiple repositories cloning helper

2013-03-01 Thread Tom Hacohen
On 28/02/13 19:55, Bertrand Jacquin wrote: Another thing that can be done is a dumb repository using git submodule : $ git init /var/tmp/e-core $ cd /var/tmp/e-core $ git submodule add http://git.enlightenment.org/core/efl.git/ efl $ git submodule add

Re: [E-devel] Git: Multiple repositories cloning helper

2013-03-01 Thread Tom Hacohen
On 01/03/13 09:53, Bertrand Jacquin wrote: D'ar gwener 01 a viz Meurzh 2013 e 10 eur 44, « Tom Hacohen » he deus skrivet : On 28/02/13 19:55, Bertrand Jacquin wrote: Another thing that can be done is a dumb repository using git submodule : $ git init /var/tmp/e-core $ cd

Re: [E-devel] Git: Multiple repositories cloning helper

2013-03-01 Thread Daniel Willmann
On 01/03/13 09:44, Tom Hacohen wrote: On 28/02/13 19:55, Bertrand Jacquin wrote: Another thing that can be done is a dumb repository using git submodule : $ git init /var/tmp/e-core $ cd /var/tmp/e-core $ git submodule add http://git.enlightenment.org/core/efl.git/ efl [...] Then to

Re: [E-devel] Git: Multiple repositories cloning helper

2013-03-01 Thread Bertrand Jacquin
D'ar gwener 01 a viz Meurzh 2013 e 10 eur 44, « Tom Hacohen » he deus skrivet : On 28/02/13 19:55, Bertrand Jacquin wrote: Another thing that can be done is a dumb repository using git submodule : $ git init /var/tmp/e-core $ cd /var/tmp/e-core $ git submodule add

Re: [E-devel] Git: Multiple repositories cloning helper

2013-03-01 Thread Bertrand Jacquin
D'ar gwener 01 a viz Meurzh 2013 e 11 eur 01, « Tom Hacohen » he deus skrivet : On 01/03/13 09:53, Bertrand Jacquin wrote: D'ar gwener 01 a viz Meurzh 2013 e 10 eur 44, « Tom Hacohen » he deus skrivet : On 28/02/13 19:55, Bertrand Jacquin wrote: Another thing that can be done is a dumb

Re: [E-devel] Git: Multiple repositories cloning helper

2013-03-01 Thread Tom Hacohen
Yeah, I find it confusing and annoying to maintain. But I guess it's just a matter of taste. On Fri, Mar 1, 2013 at 11:43 PM, Bertrand Jacquin be...@meleeweb.netwrote: D'ar gwener 01 a viz Meurzh 2013 e 11 eur 01, « Tom Hacohen » he deus skrivet : On 01/03/13 09:53, Bertrand Jacquin wrote:

Re: [E-devel] Git: Multiple repositories cloning helper

2013-02-28 Thread Bertrand Jacquin
Another thing that can be done is a dumb repository using git submodule : $ git init /var/tmp/e-core $ cd /var/tmp/e-core $ git submodule add http://git.enlightenment.org/core/efl.git/ efl $ git submodule add http://git.enlightenment.org/core/elementary.git/ elementary $ git submodule add

Re: [E-devel] Git: Multiple repositories cloning helper

2013-02-27 Thread Tom Hacohen
On 27/02/13 07:37, Daniel Juyung Seo wrote: Actually it didn't work here so I made some changes and pushed. Can you review it? Oops, yeah, good fix. :) -- Tom. -- Everyone hates slow websites. So do we. Make your web

Re: [E-devel] Git: Multiple repositories cloning helper

2013-02-27 Thread David Seikel
:21 AM To: Enlightenment developer list Subject: [E-devel] Git: Multiple repositories cloning helper Hey all, Now that everything is nicely split to small repositories, it's more work to clone all the repositories. There's a tool Google has created for Android called repo (http

Re: [E-devel] Git: Multiple repositories cloning helper

2013-02-27 Thread Tom Hacohen
] Sent: Tuesday, February 26, 2013 9:21 AM To: Enlightenment developer list Subject: [E-devel] Git: Multiple repositories cloning helper Hey all, Now that everything is nicely split to small repositories, it's more work to clone all the repositories. There's a tool Google has created

Re: [E-devel] Git: Multiple repositories cloning helper

2013-02-27 Thread David Seikel
. Artie -Original Message- From: Tom Hacohen [mailto:tom.haco...@samsung.com] Sent: Tuesday, February 26, 2013 9:21 AM To: Enlightenment developer list Subject: [E-devel] Git: Multiple repositories cloning helper Hey all, Now that everything is nicely split to small

Re: [E-devel] Git: Multiple repositories cloning helper

2013-02-27 Thread Tom Hacohen
) is another tool that can do this too. U. Artie -Original Message- From: Tom Hacohen [mailto:tom.haco...@samsung.com] Sent: Tuesday, February 26, 2013 9:21 AM To: Enlightenment developer list Subject: [E-devel] Git: Multiple repositories cloning helper Hey all, Now that everything

Re: [E-devel] Git: Multiple repositories cloning helper

2013-02-27 Thread Daniel Willmann
On 27/02/13 11:19, David Seikel wrote: From what I can tell after some research, all of these need someone on the server end to create a list of all the repos, or to create such a list manually on the client end. There does not seem to be any AUTOMATED way of collecting the list of all the

Re: [E-devel] Git: Multiple repositories cloning helper

2013-02-27 Thread Daniel Willmann
On 27/02/13 11:35, David Seikel wrote: On Wed, 27 Feb 2013 11:28:01 + Tom Hacohen tom.haco...@samsung.com wrote: Those solutions only provide specific components, that's the whole idea, only the needed ones. How do people know what is needed, if there's no automatic list to choose

Re: [E-devel] Git: Multiple repositories cloning helper

2013-02-27 Thread David Seikel
Subject: [E-devel] Git: Multiple repositories cloning helper Hey all, Now that everything is nicely split to small repositories, it's more work to clone all the repositories. There's a tool Google has created for Android called repo (http://source.android.com/source/version-control.html

Re: [E-devel] Git: Multiple repositories cloning helper

2013-02-27 Thread Massimo Maiurana
Daniel Willmann, il 27/02/2013 12:44, ha scritto: If you want something that clones everything for you I guess Tom's script is a good place to start. It would be good to be able to clone only repos that are on a given dir, and all of them, in an automatic way. For example, I would clone all

Re: [E-devel] Git: Multiple repositories cloning helper

2013-02-27 Thread David Seikel
On Wed, 27 Feb 2013 11:44:28 + Daniel Willmann d.willm...@samsung.com wrote: On 27/02/13 11:19, David Seikel wrote: From what I can tell after some research, all of these need someone on the server end to create a list of all the repos, or to create such a list manually on the client

Re: [E-devel] Git: Multiple repositories cloning helper

2013-02-27 Thread David Seikel
On Wed, 27 Feb 2013 11:51:11 + Daniel Willmann d.willm...@samsung.com wrote: On 27/02/13 11:35, David Seikel wrote: On Wed, 27 Feb 2013 11:28:01 + Tom Hacohen tom.haco...@samsung.com wrote: Those solutions only provide specific components, that's the whole idea, only the

Re: [E-devel] Git: Multiple repositories cloning helper

2013-02-27 Thread David Seikel
On Wed, 27 Feb 2013 13:02:03 +0100 Massimo Maiurana maiur...@gmail.com wrote: Daniel Willmann, il 27/02/2013 12:44, ha scritto: If you want something that clones everything for you I guess Tom's script is a good place to start. It would be good to be able to clone only repos that are

Re: [E-devel] Git: Multiple repositories cloning helper

2013-02-27 Thread Daniel Willmann
On 27/02/13 12:02, Massimo Maiurana wrote: Daniel Willmann, il 27/02/2013 12:44, ha scritto: If you want something that clones everything for you I guess Tom's script is a good place to start. It would be good to be able to clone only repos that are on a given dir, and all of them, in an

Re: [E-devel] Git: Multiple repositories cloning helper

2013-02-27 Thread Daniel Willmann
On 27/02/13 12:05, David Seikel wrote: On Wed, 27 Feb 2013 11:51:11 + Daniel Willmann d.willm...@samsung.com wrote: Sounds pretty clear to me - am I missing something? Yes, you are missing the automatic part. If there's no automatic, then the list is subject to human error, or bad

Re: [E-devel] Git: Multiple repositories cloning helper

2013-02-27 Thread Daniel Willmann
On 27/02/13 12:05, David Seikel wrote: That list is automatic though, so one step closer to fully automated scripts. B-) Try http://git.enlightenment.org/repos.txt Daniel -- Everyone hates slow websites. So do we.

Re: [E-devel] Git: Multiple repositories cloning helper

2013-02-27 Thread David Seikel
On Wed, 27 Feb 2013 12:24:09 + Daniel Willmann d.willm...@samsung.com wrote: On 27/02/13 12:05, David Seikel wrote: That list is automatic though, so one step closer to fully automated scripts. B-) Try http://git.enlightenment.org/repos.txt Cool, thanks. /me finishes his dinner,

Re: [E-devel] Git: Multiple repositories cloning helper

2013-02-27 Thread Tom Hacohen
To: Enlightenment developer list Subject: [E-devel] Git: Multiple repositories cloning helper Hey all, Now that everything is nicely split to small repositories, it's more work to clone all the repositories. There's a tool Google has created for Android called repo (http://source.android.com/source

Re: [E-devel] Git: Multiple repositories cloning helper

2013-02-27 Thread Cedric BAIL
On Wed, Feb 27, 2013 at 1:24 PM, Daniel Willmann d.willm...@samsung.com wrote: On 27/02/13 12:05, David Seikel wrote: That list is automatic though, so one step closer to fully automated scripts. B-) Try http://git.enlightenment.org/repos.txt It would be cool if we could have an rss also

Re: [E-devel] Git: Multiple repositories cloning helper

2013-02-27 Thread Daniel Willmann
On 27/02/13 12:58, Cedric BAIL wrote: On Wed, Feb 27, 2013 at 1:24 PM, Daniel Willmann d.willm...@samsung.com wrote: On 27/02/13 12:05, David Seikel wrote: That list is automatic though, so one step closer to fully automated scripts. B-) Try http://git.enlightenment.org/repos.txt It

Re: [E-devel] Git: Multiple repositories cloning helper

2013-02-27 Thread David Seikel
Hacohen [mailto:tom.haco...@samsung.com] Sent: Tuesday, February 26, 2013 9:21 AM To: Enlightenment developer list Subject: [E-devel] Git: Multiple repositories cloning helper Hey all, Now that everything is nicely split to small repositories, it's more work to clone all

Re: [E-devel] Git: Multiple repositories cloning helper

2013-02-27 Thread David Seikel
On Wed, 27 Feb 2013 12:19:39 + Daniel Willmann d.willm...@samsung.com wrote: On 27/02/13 12:05, David Seikel wrote: On Wed, 27 Feb 2013 11:51:11 + Daniel Willmann d.willm...@samsung.com wrote: Sounds pretty clear to me - am I missing something? Yes, you are missing the

[E-devel] Git: Multiple repositories cloning helper

2013-02-26 Thread Tom Hacohen
Hey all, Now that everything is nicely split to small repositories, it's more work to clone all the repositories. There's a tool Google has created for Android called repo (http://source.android.com/source/version-control.html), that manages multiple repositories. Alternatively, if you don't

Re: [E-devel] Git: Multiple repositories cloning helper

2013-02-26 Thread Eoff, Ullysses A
jhbuild (https://live.gnome.org/Jhbuild) is another tool that can do this too. U. Artie -Original Message- From: Tom Hacohen [mailto:tom.haco...@samsung.com] Sent: Tuesday, February 26, 2013 9:21 AM To: Enlightenment developer list Subject: [E-devel] Git: Multiple repositories cloning

Re: [E-devel] Git: Multiple repositories cloning helper

2013-02-26 Thread Daniel Juyung Seo
Actually it didn't work here so I made some changes and pushed. Can you review it? Daniel Juyung Seo (SeoZ) On Wed, Feb 27, 2013 at 2:20 AM, Tom Hacohen tom.haco...@samsung.com wrote: Hey all, Now that everything is nicely split to small repositories, it's more work to clone all the