Ian Hickson wrote:
>
> On Fri, 17 Aug 2001, JTK wrote:
> >
> > I see no way to do a simple "cvs update". There's gotta be one, could somebody
> > please tell me how to do it? And add it to the web site?
>
> See:
>
> http://www.mozilla.org/cvs.html
>
Yeah I saw that. I was able to checkout the tree, though why I couldn't
just do a "cvs checkout" the same way I can in all other cvs projects
(including GCC) still escapes me. Didn't see any mention of how to do a
"cvs update" (like I can in all other CVS projects) though.
Icidentally I tried to do a "cvs update" from the root and it started
pulling in all kinds of crazy crap that I don't think I wanted, so I
killed it.
> Basically, the easiest way on Windows to make sure you pull the right
> files is to use a batch file which does this:
>
> cvs co mozilla/client.mak
> nmake -f client.mak pull_all
>
Right, but once they're pulled, how do I keep them synced to CVS? If I
do that again, I lose all my changes, right?
> A copy of the batch file I use is at:
>
> http://www.damowmow.com/mozilla/compile-mozilla.bat
>
I'll look at that, thanks Ian.