Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [ecf-dev] git migration for ECF

On 07/29/2010 12:50 AM, Pierre Henry Perret wrote:
> Markus,
> 
> In a cmd line it gives :
> ________________________
>  git fetch http://org.eclipse.ecf.osuosl.releng.bm/
> fatal: Not a git repository
> _____________________________
> 
> Is it an '.git' extension file that must be discovered ?

Hi Pierre,

I'm not sure what you're trying to do, but the commands to check-out my
GSoC superproject and all submodules is:

git clone git://github.com/lemmy/org.eclipse.ecf.discovery.dnssd.git
cd org.eclipse.ecf.discvoery.dnssd/
git submodule init
git submodule update

Markus

P.S.: I'm going to idle on IRC today if you want to talk to me in real time.


Back to the top