Re: CVS checkout source code for different branches - Mailing list pgsql-hackers

From M Z
Subject Re: CVS checkout source code for different branches
Date
Msg-id e824728e1002091949p63ededcaw87cfe58820a56b30@mail.gmail.com
Whole thread Raw
In response to Re: CVS checkout source code for different branches  (Robert Haas <robertmhaas@gmail.com>)
List pgsql-hackers
Thanks Robert,<br /><br />Your reply helps a lot. Just right after sending post, I found the way to list all branches
inthe CVS server.<br /><br />Best,<br />M Z<br /><br /><div class="gmail_quote">On Tue, Feb 9, 2010 at 10:43 PM, Robert
Haas<span dir="ltr"><<a href="mailto:robertmhaas@gmail.com">robertmhaas@gmail.com</a>></span> wrote:<br
/><blockquoteclass="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex;
padding-left:1ex;"><div class="im">On Tue, Feb 9, 2010 at 10:35 PM, M Z <<a
href="mailto:jm80008@gmail.com">jm80008@gmail.com</a>>wrote:<br /> > Final, I tried:<br /> ><br /> > $ cvs
-z3-d<br /> > :pserver:anoncvs:password@anoncvs.postgresql.org:/projects/cvsroot co -r<br /> > REL8_3_STABLE -P
pgsql<br/> ><br /> > Checked file <a href="http://configure.in" target="_blank">configure.in</a>. Around line 20,
thereis line:<br /> >  AC_INIT([PostgreSQL], [8.3.9], [<a
href="mailto:pgsql-bugs@postgresql.org">pgsql-bugs@postgresql.org</a>])<br/> ><br /> > Not sure that indicates
version8.3.9?<br /> ><br /> > But still, is there a testing/developing version for 8.3?<br /><br
/></div>REL8_3_STABLEis the head of the stable branch for 8.3.  It says 8.3.9<br /> right now because 8.3.9 is the last
releasethat was stamped off that<br /> branch, but what you checked out actually has any changes backpatched<br />
sincethen on it as well.<br /><div class="im"><br /> > I remember Alvaro<br /> > made a patch to
contrib/xml2/xpath.c.What is that version? and How can get<br /> > this version?<br /><br /></div>That patch hasn't
beenapplied yet.  You have to download it from his<br /> message and apply it to your local copy using the "patch"
program.<br/><div class="im"><br /> > Is there a way I can list all branches / versions in CVS server?<br /><br
/></div>Andrewalready answered that question in his previous message: use cvs<br /> log on a file that's been around
fora long time, like <a href="http://configure.in" target="_blank">configure.in</a>.<br /><br /> It sounds like you
needto find some documentation for CVS and read<br /> it, and/or find a CVS help mailing list and post to it.<br
/><fontcolor="#888888"><br /> ...Robert<br /></font></blockquote></div><br /> 

pgsql-hackers by date:

Previous
From: Tom Lane
Date:
Subject: Re: TRUNCATE+COPY optimization and --jobs=1 in pg_restore
Next
From: Robert Haas
Date:
Subject: Re: [CFReview] Red-Black Tree