Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [cdt-dev] CDT/Git

<Outlook isn’t letting me bottom post L>

 

‘all’ is very poorly designed, yes. At one point it did have all in it but then we created directories for new plug-ins somewhat haphazardly. I don’t mind breaking it up in the move. At the end of the day, I just do an Import projects on the whole repo.

 

BTW kudos on grabbing a copy of the CVS tree and running it locally. I tried the cvsimport over pserver and it was brutal. It’ll be key to document the conversion process so that when we’re all long gone, archeologists can figure out what happened.

 

Let’s move the conversion process discussion to the bug.

 

https://bugs.eclipse.org/bugs/show_bug.cgi?id=316208

 

Cheers,

Doug.

 

From: cdt-dev-bounces@xxxxxxxxxxx [mailto:cdt-dev-bounces@xxxxxxxxxxx] On Behalf Of James Blackburn
Sent: Tuesday, May 10, 2011 11:05 AM
To: CDT General developers list.
Subject: Re: [cdt-dev] CDT/Git

 

On 10 May 2011 15:49, Schaefer, Doug <Doug.Schaefer@xxxxxxxxxxxxx> wrote:

I do not see an ‘old’ directory under org.eclipse.cdt on the eclipse file system. I’m not sure how you were getting them that way. Are they coming out of an Attic somewhere?

 

Whoops, you're right, I did:

mv org.eclipse.cdt-old org.eclipse.cdt/old

 

BTW the links are historical. I’ve been waiting for a quiet moment to physically move things into org.eclipse.cdt to help clean up the /cvsroot/tools directory. Looks like that quiet time will come in July J.

 

Personally I think 'all' has too many projects in it.  If instead we kept the existing grouping on the server, 'all' would shrink considerably, and we would end up with new:

org.eclipse.cdt/build

org.eclipse.cdt/core

org.eclipse.cdt/debug

org.eclipse.cdt/doc

org.eclipse.cdt/launch

which matches the layout we have for the other features, and the bugzilla categories.

 

 

BTW2, anything we don’t bring forward I can move physically to the org.eclipse.cdt-old directory first to keep things clean. That’s generally how things have gotten there to begin with.

 

That's basically what I was doing manually before conversion. As this migration happens from an archive of the CVS repo. it's doesn't necessarily need to be done on the server.

 

Cheers,

James

 

 

Doug.

 

From: cdt-dev-bounces@xxxxxxxxxxx [mailto:cdt-dev-bounces@xxxxxxxxxxx] On Behalf Of James Blackburn
Sent: Tuesday, May 10, 2011 10:41 AM
To: CDT General developers list.


Subject: Re: [cdt-dev] CDT/Git

 

On 10 May 2011 15:32, Schaefer, Doug <Doug.Schaefer@xxxxxxxxxxxxx> wrote:

Here’s something better, only import the /cvsroot/tools/org.eclipse.cdt module. Everything is there and nothing old.

 

I doesn't make much difference either way.  Most of 'old' is/was under org.eclipse.cdt/old/ AFAICS.  The content under 'all' (in CVS) are actually symlinks into org.eclipse.cdt-{core,build,debug}.

 

Cheers,

James

 


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

 


Back to the top