Re: Download source

Поиск
Список
Период
Сортировка
От Alvaro Herrera
Тема Re: Download source
Дата
Msg-id 20070419200949.GI13817@alvh.no-ip.org
обсуждение исходный текст
Ответ на Re: Download source  (Andrew Toth <tothaa@chello.hu>)
Ответы Re: Download source
Список pgsql-general
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.

В списке pgsql-general по дате отправления:

Предыдущее
От: Francisco Reyes
Дата:
Сообщение: Is it possible to move a database to another tablespace?
Следующее
От: Dave Page
Дата:
Сообщение: Re: Can Postgresql be ported to a device with no OS and simple file I/O and memory management?