Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [git] How to use git fetch factory to make N build for PDE build

If you want to mix CVS and Git in the same build, you can specify a comma separated list:

fetchTag=CVS=HEAD,GIT=master

-Andrew


From: David Carver <d_a_carver@xxxxxxxxx>
To: "Git related discussions,        specifcally migration help for projects at Eclipse.org" <git@xxxxxxxxxxx>
Date: 06/21/2011 01:19 PM
Subject: Re: [git] How to use git fetch factory to make N build for PDE build
Sent by: git-bounces@xxxxxxxxxxx





As Paul said, you want to fetch branches.   So think HEAD = master if you are used to CVS terminology.

Dave

On 06/21/2011 06:53 AM, Paul Webster wrote:

use master

On Tue, Jun 21, 2011 at 6:45 AM, Yong Jiang <yjiang@xxxxxxxxxxx> wrote:
Hello,

I'm trying to use git fetch factory to make build, it always fetch 'tag' code from git repo, how to fetch 'HEAD' code ?

In PDE build, for CVS, we can setup "fetchTag"="HEAD" to fetch HEAD code, but I don't know how to setup for Git fetch factory.

 


Later,
PW




--
Paul Webster
Hi floor.  Make me a sammich! - GIR



_______________________________________________
git mailing list
git@xxxxxxxxxxx
http://dev.eclipse.org/mailman/listinfo/git

_______________________________________________
git mailing list
git@xxxxxxxxxxx
http://dev.eclipse.org/mailman/listinfo/git



Back to the top