Re: [EGIT PATCH 1/2] "File/Import/Git Repository" showing a not ready yet warning.

Previous thread: Re: What's cooking in git.git (topics) by Junio C Hamano on Sunday, February 10, 2008 - 3:09 pm. (1 message)

Next thread: [EGIT PATCH 2/2] Initial wizard step for Robin's fetch functionality. by Roger C. Soares on Sunday, February 10, 2008 - 4:32 pm. (2 messages)
From: Roger C. Soares
Date: Sunday, February 10, 2008 - 4:31 pm

The warning explains how to proceed, so new users will know what to do.

Signed-off-by: Roger C. Soares <rogersoares@intelinet.com.br>
---
 org.spearce.egit.ui/icons/etool16/import_wiz.gif   |  Bin 0 -> 602 bytes
 org.spearce.egit.ui/icons/wizban/import.png        |  Bin 0 -> 4739 bytes
 org.spearce.egit.ui/plugin.properties              |    3 +
 org.spearce.egit.ui/plugin.xml                     |   11 +++
 .../src/org/spearce/egit/ui/UIIcons.java           |    4 +
 .../egit/ui/internal/wizards/GitCloneWizard.java   |   83 ++++++++++++++++++++
 6 files changed, 101 insertions(+), 0 deletions(-)
 create mode 100644 org.spearce.egit.ui/icons/etool16/import_wiz.gif
 create mode 100644 org.spearce.egit.ui/icons/wizban/import.png
 create mode 100644 org.spearce.egit.ui/src/org/spearce/egit/ui/internal/wizards/GitCloneWizard.java

diff --git a/org.spearce.egit.ui/icons/etool16/import_wiz.gif b/org.spearce.egit.ui/icons/etool16/import_wiz.gif
new file mode 100644
index 0000000000000000000000000000000000000000..57878582d7daad0d2ca76ccb9192b75d6587b1a4
GIT binary patch
literal 602
zcmZ?wbhEHb6krfwI2Opj8#9Zcfq}Q3*SKJ@alsOiE)j?F<?<8c6(=a3$zn5}Y5cU3
z?QX5u{W{TW%{-S{l>L_bU2apl+^!tDDl}$Y%$>=CNgI>WHm7B7$(*`y+oL(ckLHNx
zZp(czSG-_HLGjMwM~fuqu2^5TyX?_2kyWc#JX@jAe6V@r#`T>?IzMfczrS61*UniJ
zPE0tuXXeZ^Ghgnve0x;&!wKu(Cv{d|UH$vC?uYX>pRby3zrFqERhOSPe81iIJ@V+t
zw+E5m9z^|oS#aa^jazST{rr%6=k1-l@9zG7-~Ic2&!dlzo_~J+`s?dIKNi0I_V)ev
z_n&@z`u6MF_ut=t{Q2?w@9+PE2`K&(bS_FwEJ;mKD9<d(P;mG34Pa3G$->CRP|u*l
z00f|jVqjm?P~X(t(%P&qtspDPr{C73Wn}5;YHO;g)vsz|F=d)2XTOk?nWL3~GB-~@
zzoFf{>8slW*Lk|wOy}*_-LrS!z9#L!!-xI6j~v!Mcp^}bE6_>YJ@8b$dVrdYu(_O=
zmjt7{uX>Y;2cr_By#{Nb^{c>UMIR0UMspD+^Y=Rb^=$P{E;Ah;GE7i(?y+$E(SKk*
XkASk5NJ;}kgL^9v4+DdO0E0CEz8Ygu

literal 0
HcmV?d00001

diff --git a/org.spearce.egit.ui/icons/wizban/import.png b/org.spearce.egit.ui/icons/wizban/import.png
new file mode 100644
index 0000000000000000000000000000000000000000..8f9fc202ca7c8870da720b5983d42cbc8a9edc16
GIT binary patch
literal ...
From: Robin Rosenberg
Date: Sunday, February 10, 2008 - 11:05 pm

I think we need a longer explanation (I can do it) that among other things
points to Git's homepage, and maybe to an Egit specifi page. The name of 
the Wizard should be "Import projects from Git". Nice icon :)

-- robin
-

From: Roger C. Soares
Date: Monday, February 11, 2008 - 5:50 am

Thanks :)
I chose import git repository to make a point that git is different from 
cvs/svn. As it will be importing the project + the history, import git 
repository sounded reasonable to me. This reflected on my icon choise.
If we are going cvs style then I can make similar icons for git.

[]s,
Roger.

-

From: Robin Rosenberg
Date: Monday, February 11, 2008 - 1:48 pm

Ok, I see. Hold it for now, as I got what I need at the moment.

-- robin
-

Previous thread: Re: What's cooking in git.git (topics) by Junio C Hamano on Sunday, February 10, 2008 - 3:09 pm. (1 message)

Next thread: [EGIT PATCH 2/2] Initial wizard step for Robin's fetch functionality. by Roger C. Soares on Sunday, February 10, 2008 - 4:32 pm. (2 messages)