Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [cdt-dev] urge to use git rising...

I opened a bug for the missing files:
https://bugs.eclipse.org/bugs/show_bug.cgi?id=332365

I'm looking forward to using git!

Marc-Andre

On 12/8/2010 2:39 PM, Marc Khouzam wrote:
I've had trouble with missing files on that repo.
See James explanation here http://dev.eclipse.org/mhonarc/lists/cdt-dev/msg20767.html

I'm also looking forward to using git.
What I would like to do with it is to create a branch for each bug I'm working on
and switch branches when I switch my focus of the day.  In Eclipse, I would simply
refresh all my plugins and I would get the code from my current git branch.
This is much faster than having different workspaces, or than reverting plugins
and applying a different patch.

After working with git on the command line a little, I'm personally willing to
bypass EGit for the stuff that is not there, and fall back to the command line.

Thanks

Marc
________________________________________
From: cdt-dev-bounces@xxxxxxxxxxx [cdt-dev-bounces@xxxxxxxxxxx] On Behalf Of Andrew Gvozdev [angvoz.dev@xxxxxxxxx]
Sent: December 8, 2010 2:23 PM
To: CDT General developers list.
Subject: Re: [cdt-dev] urge to use git rising...

You could clone http://dev.eclipse.org/git/ on github and share it that way. One problem is that they pull from CVS once a day. I've been using such clone for scanner discovery and happy about it.

Andrew

On Wed, Dec 8, 2010 at 2:18 PM, Schaefer, Doug<Doug.Schaefer@xxxxxxxxxxxxx<mailto:Doug.Schaefer@xxxxxxxxxxxxx>>  wrote:
Hey gang,

I just thought I'd share this with you. I'm starting to work on Build
Config visualization feature for the Project Explorer and had a sudden
urge and subsequent disappointment over git for CDT. If we had git, I
could check my work into a quickly created branch. Everyone could try it
out and give feed back. We can keep working on it bit by bit, everyone
can contribute to it, and when finished I could merge it into master and
then delete the branch.

I'm not sure what shape the merge support is with egit, but we are using
it for internal plug-in development and it's OK so far. I can't wait
until we can revisit this for the CDT, hopefully in the summer.

Thanks for listening :)
Doug.
_______________________________________________
cdt-dev mailing list
cdt-dev@xxxxxxxxxxx<mailto:cdt-dev@xxxxxxxxxxx>
https://dev.eclipse.org/mailman/listinfo/cdt-dev

_______________________________________________
cdt-dev mailing list
cdt-dev@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/cdt-dev


Back to the top