Re: cvs checkout pgsql

Поиск
Список
Период
Сортировка
От Marc G. Fournier
Тема Re: cvs checkout pgsql
Дата
Msg-id 20020801161805.F83339-100000@mail1.hub.org
обсуждение исходный текст
Ответ на Re: cvs checkout pgsql  (Tom Lane <tgl@sss.pgh.pa.us>)
Список pgsql-hackers
On Thu, 1 Aug 2002, Tom Lane wrote:

> "Marc G. Fournier" <scrappy@hub.org> writes:
> > ... is once more 'normal' ...
>
> Uh, it's completely broken as far as I can tell.
>
> $ pwd
> /home/postgres/pgsql/src/bin/pg_dump
> $ cvs status
> cvs server: Examining .
> cvs server: failed to create lock directory for `/cvsroot/pgsql/src/bin/pg_dump'
>  (/cvsroot/pgsql/src/bin/pg_dump/#cvs.lock): No such file or directory
> cvs server: failed to obtain dir lock in repository `/cvsroot/pgsql/src/bin/pg_dump'
> cvs [server aborted]: read lock failed - giving up
> $
>
> Also, http://developer.postgresql.org/cvsweb.cgi/pgsql/ isn't working.
>
> This makes it a little difficult to get any work done :-(

I made a large change this morning based on a comment by Thomas ... the
way I *had* it was to get the whole thing, you had to checkout pgsql-all
... Thomas suggested leaving it as pgsql, with pgsql-server being 'the
base', but in order to do that, I had to move the pgsql repository to
pgsql-server, since otherwise modules makes it recursive on my ... its a
'one time only change', but it requires a fresh checkout to get the
patches in properly ... same thing that I explained yesterday about how
you'll get a 'No such file or directory' is you tried to update, say,
libpqxx, since its path is no longer
/cvsroot/pgsql/src/interfaces/libpqxx, but is /cvsroot/interfaces/libpqxx
... the fact that its different modules is transparent to the programmer
*unless*, of course, its already checked out at the tiem :(
Script started on Thu Aug  1 15:15:48 2002
> setenv CVSROOT /cvsroot
> cvs -q checkout -P pgsql
U pgsql/COPYRIGHT
U pgsql/GNUmakefile.in
U pgsql/HISTORY
U pgsql/INSTALL
<alot of lines deleted>
U pgsql/src/interfaces/libpqxx/test/test5.cxx
U pgsql/src/interfaces/libpqxx/test/test6.cxx
U pgsql/src/interfaces/libpqxx/test/test7.cxx
U pgsql/src/interfaces/libpqxx/test/test8.cxx
U pgsql/src/interfaces/libpqxx/test/test9.cxx
> cd pgsql/src/bin/pg_dump
cvs s> cvs status
cvs status: Examining .
===================================================================
File: Makefile          Status: Up-to-date
  Working revision:    1.36    Sat Jul 27 20:10:05 2002  Repository revision: 1.36
/cvsroot/pgsql-server/src/bin/pg_dump/Makefile,v Sticky Tag:          (none)  Sticky Date:         (none)  Sticky
Options:     (none)
 

===================================================================
File: README            Status: Up-to-date
  Working revision:    1.5     Fri Jul 21 11:40:08 2000  Repository revision: 1.5
/cvsroot/pgsql-server/src/bin/pg_dump/README,v Sticky Tag:          (none)  Sticky Date:         (none)  Sticky
Options:     (none)
 

<alot more lines deleted>

===================================================================
File: zh_CN.po          Status: Up-to-date
  Working revision:    1.5     Mon Dec 10 18:45:57 2001  Repository revision: 1.5
/cvsroot/pgsql-server/src/bin/pg_dump/zh_CN.po,v Sticky Tag:          (none)  Sticky Date:         (none)  Sticky
Options:     (none)
 

===================================================================
File: zh_TW.po          Status: Up-to-date
  Working revision:    1.3     Thu Nov 29 18:59:28 2001  Repository revision: 1.3
/cvsroot/pgsql-server/src/bin/pg_dump/zh_TW.po,v Sticky Tag:          (none)  Sticky Date:         (none)  Sticky
Options:     (none)
 

> exit
exit

Script done on Thu Aug  1 15:16:51 2002




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

Предыдущее
От: Bruce Momjian
Дата:
Сообщение: Re: Disable foreign key constraints
Следующее
От: Vince Vielhaber
Дата:
Сообщение: Re: cvs checkout pgsql