public inbox for gcc-help@gcc.gnu.org
 help / color / mirror / Atom feed
* CVS checkout
@ 2005-07-21  7:16 Mark Williams (MWP)
  2005-07-21  7:33 ` Ian Lance Taylor
  0 siblings, 1 reply; 5+ messages in thread
From: Mark Williams (MWP) @ 2005-07-21  7:16 UTC (permalink / raw)
  To: gcc-help

Hi all,

I want to CVS checkout the current 4.0.x development version.

I tried "cvs -z9 checkout -P -rgcc-4_0-branch gcc" but this gave me the 4.1
devel.

Which CVS tag should i be using?

Thanks.

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: CVS checkout
  2005-07-21  7:16 CVS checkout Mark Williams (MWP)
@ 2005-07-21  7:33 ` Ian Lance Taylor
  2005-07-21 15:07   ` Mark Williams (MWP)
  0 siblings, 1 reply; 5+ messages in thread
From: Ian Lance Taylor @ 2005-07-21  7:33 UTC (permalink / raw)
  To: Mark Williams (MWP); +Cc: gcc-help

"Mark Williams \(MWP\)" <mwp@internode.on.net> writes:

> I want to CVS checkout the current 4.0.x development version.
> 
> I tried "cvs -z9 checkout -P -rgcc-4_0-branch gcc" but this gave me the 4.1
> devel.
> 
> Which CVS tag should i be using?

That is the right CVS tag.  That should have given you the 4.0 branch
sources.  I don't know why it didn't work.  What do you see in
gcc/version.c?

Ian

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: CVS checkout
  2005-07-21  7:33 ` Ian Lance Taylor
@ 2005-07-21 15:07   ` Mark Williams (MWP)
  2005-07-21 16:39     ` Rupert Wood
  0 siblings, 1 reply; 5+ messages in thread
From: Mark Williams (MWP) @ 2005-07-21 15:07 UTC (permalink / raw)
  To: Ian Lance Taylor; +Cc: gcc-help

> "Mark Williams \(MWP\)" <mwp@internode.on.net> writes:
> 
> > I want to CVS checkout the current 4.0.x development version.
> > 
> > I tried "cvs -z9 checkout -P -rgcc-4_0-branch gcc" but this gave me the 4.1
> > devel.
> > 
> > Which CVS tag should i be using?
> 
> That is the right CVS tag.  That should have given you the 4.0 branch
> sources.  I don't know why it didn't work.  What do you see in
> gcc/version.c?

const char version_string[] = BASEVER DATESTAMP DEVPHASE VERSUFFIX;

Where ive found BASEVER to be "4.1.0".

There has to be somthing ive done wrong...

Thanks.

^ permalink raw reply	[flat|nested] 5+ messages in thread

* RE: CVS checkout
  2005-07-21 15:07   ` Mark Williams (MWP)
@ 2005-07-21 16:39     ` Rupert Wood
  2005-07-21 19:05       ` 'Mark Williams (MWP)'
  0 siblings, 1 reply; 5+ messages in thread
From: Rupert Wood @ 2005-07-21 16:39 UTC (permalink / raw)
  To: 'Mark Williams (MWP)'; +Cc: gcc-help, 'Ian Lance Taylor'

Mark Williams wrote:

> > That is the right CVS tag.  That should have given you the 4.0
> > branch  sources.  I don't know why it didn't work.  What do you
> > see in  gcc/version.c?
> 
> const char version_string[] = BASEVER DATESTAMP DEVPHASE VERSUFFIX;
> 
> Where ive found BASEVER to be "4.1.0".
> 
> There has to be somthing ive done wrong...

Hmm, your command works for me, sorry. In the top level directory, you could
try

    contrib/gcc_update -rgcc-4_0-branch

and see what happens? Fingers crossed that'll update all your tree to the
4.0 branch.

Rup.

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: CVS checkout
  2005-07-21 16:39     ` Rupert Wood
@ 2005-07-21 19:05       ` 'Mark Williams (MWP)'
  0 siblings, 0 replies; 5+ messages in thread
From: 'Mark Williams (MWP)' @ 2005-07-21 19:05 UTC (permalink / raw)
  To: Rupert Wood; +Cc: gcc-help

> Mark Williams wrote:
> 
> > > That is the right CVS tag.  That should have given you the 4.0
> > > branch  sources.  I don't know why it didn't work.  What do you
> > > see in  gcc/version.c?
> > 
> > const char version_string[] = BASEVER DATESTAMP DEVPHASE VERSUFFIX;
> > 
> > Where ive found BASEVER to be "4.1.0".
> > 
> > There has to be somthing ive done wrong...
> 
> Hmm, your command works for me, sorry. In the top level directory, you could
> try
> 
>     contrib/gcc_update -rgcc-4_0-branch
> 
> and see what happens? Fingers crossed that'll update all your tree to the
> 4.0 branch.

That did it.

Thanks.

^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2005-07-21 19:05 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2005-07-21  7:16 CVS checkout Mark Williams (MWP)
2005-07-21  7:33 ` Ian Lance Taylor
2005-07-21 15:07   ` Mark Williams (MWP)
2005-07-21 16:39     ` Rupert Wood
2005-07-21 19:05       ` 'Mark Williams (MWP)'

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).