Thread: Download source
Dear List,
I would like to download the version of source code containing catversion.h with the line "#define CATALOG_VERSION_NO 200611051". This is first met in Changeset 26624 (https://projects.commandprompt.com/public/pgsql/changeset/26624)
How could I download it?
I would like to download the version of source code containing catversion.h with the line "#define CATALOG_VERSION_NO 200611051". This is first met in Changeset 26624 (https://projects.commandprompt.com/public/pgsql/changeset/26624)
How could I download it?
-- Tisztelettel: / Grüße / Yours sincerely, Andrew Toth tothaa@freestart.hu MSN: tothaa@msn.com ICQ: 311-837-922 homepage: http://tothaa.mydns.hu mirror: http://toan.fw.hu |
Andrew Toth wrote: > Dear List, > > I would like to download the version of source code containing > catversion.h with the line "#define CATALOG_VERSION_NO 200611051". This > is first met in Changeset 26624 > (https://projects.commandprompt.com/public/pgsql/changeset/26624) > > How could I download it? svn checkout -r 26624 -- Alvaro Herrera http://www.CommandPrompt.com/ PostgreSQL Replication, Consulting, Custom Development, 24x7 support
Andrew Toth wrote: > Dear List, > > I would like to download the version of source code containing > catversion.h with the line "#define CATALOG_VERSION_NO 200611051". This > is first met in Changeset 26624 > (https://projects.commandprompt.com/public/pgsql/changeset/26624) > > How could I download it? You would need to download revision 26624 with svn from the repo.. the repo is here: http://projects.commandprompt.com/public/pgsql/repo Note that this is not the official repo, which is in cvs and you can find information on that at: http://www.postgresql.org/developer > > > -- > > > > > Tisztelettel: / Grüße / Yours sincerely, > Andrew Toth > tothaa@freestart.hu <mailto:tothaa@freestart.hu> > MSN: tothaa@msn.com <mailto:tothaa@msn.com> > ICQ: 311-837-922 > homepage: http://tothaa.mydns.hu mirror: http://toan.fw.hu > > > > -- === The PostgreSQL Company: Command Prompt, Inc. === Sales/Support: +1.503.667.4564 || 24x7/Emergency: +1.800.492.2240 Providing the most comprehensive PostgreSQL solutions since 1997 http://www.commandprompt.com/ Donate to the PostgreSQL Project: http://www.postgresql.org/about/donate PostgreSQL Replication: http://www.commandprompt.com/products/
2007. 04. 18, szerda keltezéssel 18.21-kor Alvaro Herrera ezt írta:
I tried:
#svn checkout -r 26624 https://projects.commandprompt.com/public/pgsql/repo
But it was downloading millions of files for hours. df show 100% of my / root directory used... in the end I tried to kill it, but my whole computer crashed.
I do not exactly know what to write...Andrew Toth wrote: > Dear List, > > I would like to download the version of source code containing > catversion.h with the line "#define CATALOG_VERSION_NO 200611051". This > is first met in Changeset 26624 > (https://projects.commandprompt.com/public/pgsql/changeset/26624) > > How could I download it? svn checkout -r 26624
I tried:
#svn checkout -r 26624 https://projects.commandprompt.com/public/pgsql/repo
But it was downloading millions of files for hours. df show 100% of my / root directory used... in the end I tried to kill it, but my whole computer crashed.
-- Tisztelettel: / Grüße / Yours sincerely, Andrew Toth tothaa@freestart.hu MSN: tothaa@msn.com ICQ: 311-837-922 homepage: http://tothaa.mydns.hu mirror: http://toan.fw.hu |
Andrew Toth wrote: > 2007. 04. 18, szerda keltezéssel 18.21-kor Alvaro Herrera ezt írta: > > > Andrew Toth wrote: > > > Dear List, > > > > > > I would like to download the version of source code containing > > > catversion.h with the line "#define CATALOG_VERSION_NO 200611051". This > > > is first met in Changeset 26624 > > > (https://projects.commandprompt.com/public/pgsql/changeset/26624) > > > > > > How could I download it? > > > > svn checkout -r 26624 > > > > I do not exactly know what to write... > I tried: > #svn checkout -r 26624 > https://projects.commandprompt.com/public/pgsql/repo > > But it was downloading millions of files for hours. df show 100% of my / > root directory used... in the end I tried to kill it, but my whole > computer crashed. Yeah, it downloaded each and every branch, so it would fetch most files a lot of times. Try this: svn checkout -r 26624 https://projects.commandprompt.com/public/pgsql/repo/trunk/pgsql/ -- Alvaro Herrera http://www.CommandPrompt.com/ The PostgreSQL Company - Command Prompt, Inc.
2007. 04. 19, csütörtök keltezéssel 16.09-kor Alvaro Herrera ezt írta:
# cvs -z3 update -d -P -D "11/06/06"
Now i tried your svn command too, and it was my version too. thanks!
In the end, i succeed with cvs. I tried dates around my 26624.Andrew Toth wrote: > 2007. 04. 18, szerda keltezéssel 18.21-kor Alvaro Herrera ezt írta: > > > Andrew Toth wrote: > > > Dear List, > > > > > > I would like to download the version of source code containing > > > catversion.h with the line "#define CATALOG_VERSION_NO 200611051". This > > > is first met in Changeset 26624 > > > (https://projects.commandprompt.com/public/pgsql/changeset/26624) > > > > > > How could I download it? > > > > svn checkout -r 26624 > > > > I do not exactly know what to write... > I tried: > #svn checkout -r 26624 > https://projects.commandprompt.com/public/pgsql/repo > > But it was downloading millions of files for hours. df show 100% of my / > root directory used... in the end I tried to kill it, but my whole > computer crashed. Yeah, it downloaded each and every branch, so it would fetch most files a lot of times. Try this: svn checkout -r 26624 https://projects.commandprompt.com/public/pgsql/repo/trunk/pgsql/
# cvs -z3 update -d -P -D "11/06/06"
Now i tried your svn command too, and it was my version too. thanks!
-- Tisztelettel: / Grüße / Yours sincerely, Andrew Toth tothaa@freestart.hu MSN: tothaa@msn.com ICQ: 311-837-922 homepage: http://tothaa.mydns.hu mirror: http://toan.fw.hu |