[C++-sig] Where to start...

David LeBlanc whisper at oz.net
Fri May 10 00:58:16 CEST 2002


Using CVS 1.11 command line client:

I set cvsroot.

I did cvs login with no password and it came back without compliant.

I did cvs update -rmpl-development boost/mpl in l:\cvs\boost as you
specified, and it came back virtually instantly without doing anything.

I also tried again to update the boost project with "create missing
directories that exist in the repository" checked, and that didn't do
anything either. I deleted the local boost repository and re-got it. Then I
re-updated it with "create missing directories that exist in the repository"
checked. Nadda.

I do notice that WinCVS is entering the l:\cvs\boost\boost\mpl directories,
but it's not getting anything out of them.

Aaaaaah! ... added "-d" to the above command line to "Build directories,
like checkout does" (as the cvs help said) and viola! t'worked!

(Also turns out that I could have entered the tag in the "-r" box in WinCVS
in lieu of picking one of the presented ones... <sigh>.)

Now if I can just get it to compile...

David LeBlanc
Seattle, WA USA

> -----Original Message-----
> From: c++-sig-admin at python.org [mailto:c++-sig-admin at python.org]On
> Behalf Of David Abrahams
> Sent: Thursday, May 09, 2002 14:56
> To: c++-sig at python.org
> Subject: Re: [C++-sig] Where to start...
>
>
>
> ----- Original Message -----
> From: "David LeBlanc" <whisper at oz.net>
>
>
> > Ok, sorry for being dense. I'll read some more doc and see if that
> inspires
> > me.
> >
> > Firstly, I am using VC6sp5.
> >
> > I don't recall your having mentioned boost/mpl; what is it?
>
> Uh, it looks like the message didn't get posted yet.
> MPL is the pre-release Boost MetaProgramming Library.
>
> > "mpl-development" is not one of the -r tags listed by WinCVS
> for boost (I
> > assume that WinCVS gets the list of tags out of CVS). The
> listed tags are
> > HEAD, "branch-release-1-0", 1.6.2.4, and 1.1. Usually, I just click on
> > "update" without selecting any -r tag at all.
>
> Don't listen to WinCVS, then. Trust me, I know what I'm talking about. You
> may need to learn to use command-line cvs in order to get this. From the
> boost root directory:
>
>     cvs update -rmpl-development boost/mpl
>
> -Dave
>
>
>
> _______________________________________________
> C++-sig mailing list
> C++-sig at python.org
> http://mail.python.org/mailman/listinfo/c++-sig






More information about the Cplusplus-sig mailing list