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?

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


Back to the top