Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [cdt-dev] what happened to cdt.core.linux?

I don't do that because I like to test my changes in the context they're supposed to be deployed in, i.e. with the right target platform. Switching target platform would mean rebuilding all the time. I tried having different workspaces that each had their own repo that had all branches in it, but they kept going haywire every time I'd try to push after I did the first push, because the up to date check would fail, and I could never get them back into a good state.

With only loading one branch per workspace, they all seem to get along.

Incidentally my new clone picked up the files ok, so it's all moot now. Carry on.

===========================
Chris Recoskie
Team Lead, IBM CDT and RDT
IBM Toronto

Inactive hide details for "Schaefer, Doug" ---09/12/2011 04:46:19 PM---Here's maybe a simple solution. Check out master and cdt"Schaefer, Doug" ---09/12/2011 04:46:19 PM---Here's maybe a simple solution. Check out master and cdt_8_0 too so you can propagate the changes yo


From:

"Schaefer, Doug" <Doug.Schaefer@xxxxxxxxxxxxx>

To:

"CDT General developers list." <cdt-dev@xxxxxxxxxxx>

Date:

09/12/2011 04:46 PM

Subject:

Re: [cdt-dev] what happened to cdt.core.linux?

Sent by:

cdt-dev-bounces@xxxxxxxxxxx




Here’s maybe a simple solution. Check out master and cdt_8_0 too so you can propagate the changes you are making in 7 ;).

From: cdt-dev-bounces@xxxxxxxxxxx [mailto:cdt-dev-bounces@xxxxxxxxxxx] On Behalf Of Chris Recoskie
Sent:
Monday, September 12, 2011 4:34 PM
To:
CDT General developers list.
Subject:
Re: [cdt-dev] what happened to cdt.core.linux?

I cloned the main CDT repo from Egit, unchecked all branches except cdt_7_0 in the clone wizard.

===========================
Chris Recoskie
Team Lead, IBM CDT and RDT
IBM Toronto

Inactive hide details for James Blackburn ---09/12/2011 04:06:29 PM---On 12 September 2011 20:40, Chris Recoskie <recoskie@ca.iJames Blackburn ---09/12/2011 04:06:29 PM---On 12 September 2011 20:40, Chris Recoskie <recoskie@xxxxxxxxxx> wrote: > I imported everything. It


From:

James Blackburn <
jamesblackburn@xxxxxxxxx>

To:

"CDT General developers list." <
cdt-dev@xxxxxxxxxxx>

Date:

09/12/2011 04:06 PM

Subject:

Re: [cdt-dev] what happened to cdt.core.linux?

Sent by:

cdt-dev-bounces@xxxxxxxxxxx





On 12 September 2011 20:40, Chris Recoskie <
recoskie@xxxxxxxxxx> wrote:
      I imported everything. It literally isn't there under the working directory under the Git Repository Explorer, so it won't import it, because it doesn't think it's there. It's not there in the filesystem either. I'm stumped.


Odd. How are you checking out the branch? When I do it, the files are there:


bash:jamesb:xl-cbga-20:32799> git checkout eclipse/cdt_7_0
Checking out files: 100% (4117/4117), done.
Branch eclipse/cdt_7_0 set up to track remote branch eclipse/cdt_7_0 from origin.
Switched to a new branch 'eclipse/cdt_7_0'
bash:jamesb:xl-cbga-20:32801> ls core/org.eclipse.cdt.core.linux
ChangeLog META-INF about.html bin build.properties fragment.xml library pom.xml src
bash:jamesb:xl-cbga-20:32802> git diff origin/eclipse/cdt_7_0
bash:jamesb:xl-cbga-20:32803>


Note sure this helps you, but just another datapoint...


Cheers,
James

_______________________________________________
cdt-dev mailing list

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


GIF image

GIF image

GIF image

GIF image


Back to the top