Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
RE: [cdt-dev] CDT compile errors after update from CVC

Denis Roy posted information about this issue on bug 293355 comment 96 to 99.
To summarize: yes, the issue below can happen and
> if someone gets a checkout that does not compile, they could simply
> synchronize with the repo right away and it should fix it, right?

It _should_.  Unfortunately, the CVS trigger mechanisms are sometimes flaky,
and may not pick up the entire transaction.  That's why we do a complete (not
partial) sync three times a day.


From: Marc Khouzam
Sent: March-02-10 3:00 PM
To: 'CDT General developers list.'
Subject: RE: [cdt-dev] CDT compile errors after update from CVC

I've put a question on bug 293355 to see if this situation was considered.


From: cdt-dev-bounces@xxxxxxxxxxx [mailto:cdt-dev-bounces@xxxxxxxxxxx] On Behalf Of Doug Schaefer
Sent: Tuesday, March 02, 2010 2:23 PM
To: CDT General developers list.
Subject: Re: [cdt-dev] CDT compile errors after update from CVC

Yeah, not sure that's possible with CVS. Might be good for a bug, anyway, though.

On Tue, Mar 2, 2010 at 2:17 PM, Marc Khouzam <marc.khouzam@xxxxxxxxxxxx> wrote:
Well, that is bad.
Should that be a bug on Eclipse.org?  I'm not sure it is possible, but I would expect the mirroring to be done outside of any commit windows.


From: cdt-dev-bounces@xxxxxxxxxxx [mailto:cdt-dev-bounces@xxxxxxxxxxx] On Behalf Of Elmenthaler, Jens
Sent: Tuesday, March 02, 2010 2:01 PM

To: CDT General developers list.
Subject: RE: [cdt-dev] CDT compile errors after update from CVC

Ok, can see it now. Seemed like some commit was mirrored only half.

 

Jens Elmenthaler
Platform & Components Lab

SW Designer R&D



Verigy Germany GmbH, Herrenberger Str. 130, 71034 Böblingen
Sitz der Gesellschaft: Böblingen - Amtsgericht Böblingen HRB 6167

WEEE-Reg.-Nr. DE 16968742
Geschäftsführer: Hans-Jürgen Wagner, Peter Jeckel

Tel: +49 7031 4357-119

jens.elmenthaler@xxxxxxxxxx

 


From: cdt-dev-bounces@xxxxxxxxxxx [mailto:cdt-dev-bounces@xxxxxxxxxxx] On Behalf Of Doug Schaefer
Sent: Dienstag, 2. März 2010 19:43
To: CDT General developers list.
Subject: Re: [cdt-dev] CDT compile errors after update from CVC

 

Could it be possible that a snapshot was taken half way through someone's commit? ugh. Another good reason to move to git. Snapshots would be a lot easier to keep in sync.

On Tue, Mar 2, 2010 at 1:25 PM, Marc Khouzam <marc.khouzam@xxxxxxxxxxxx> wrote:

But if I understand correctly,  using the shadow CVS repository should not cause compilation failures, as the repository should be consistent.

The only thing is that some commits won't be available yet.

 


From: cdt-dev-bounces@xxxxxxxxxxx [mailto:cdt-dev-bounces@xxxxxxxxxxx] On Behalf Of Andrew Gvozdev
Sent: March-02-10 1:00 PM


To: CDT General developers list.

Subject: Re: [cdt-dev] CDT compile errors after update from CVC

Hi,

Are there two CVS repositories?

Yes, there are 2 repositories AFAIK, one for committers and another one for anonymous. See bug 293355. The comment#51 says:

Right now our shadow CVS is updated three times a day: 10:45, 16:45 and 22:45 ET.

That was back in November, so I don't know if you can rely on that schedule.

 

Andrew

On Tue, Mar 2, 2010 at 12:40 PM, Marc-Andre Laperle <malaperle@xxxxxxxxxxxxx> wrote:

Hi,

I have the same problem. I can see AbstractCLaunchDelegate2.java in the web interface but when I run CVS update I don't have the file.  This happens to me frequently, it takes hours before I see a commit. Are there two CVS repositories?

Marc-Andre



On 10-03-02 12:13 PM, ken.ryall@xxxxxxxxx wrote:

Did you update org.eclipse.cdt.launch?


From: "ext Elmenthaler, Jens" <jens.elmenthaler@xxxxxxxxxx>
Reply-To: "CDT General developers list." <cdt-dev@xxxxxxxxxxx>
Date: Tue, 2 Mar 2010 17:41:16 +0100
To: "CDT General developers list." <cdt-dev@xxxxxxxxxxx>
Subject: [cdt-dev] CDT compile errors after update from CVC

I just update from CVS, and I get compile errors because of a missing AbstractCLaunchDelegate2. Before my update (a couple of days ago) there wasn’t such a class in my workspace. I should have all CDT plugins in my workspace, and I should have update all of them.



Where is this class defined?



Greetings, Jens.


 
_______________________________________________
cdt-dev mailing list
cdt-dev@xxxxxxxxxxx


_______________________________________________
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

 


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



Back to the top