Problems with CVS.

Started by Keith Parksabout 27 years ago2 messages
#1Keith Parks
emkxp01@mtcc.demon.co.uk

Hi all,

I'm having a little problem with CVS at the moment.

Whenever I do a cvs update I get the following:-

S-> unlink(pgtclsh/CVS/Entries.Static)
-> unlink(CVS/Entries.Static)
cvs server: Updating src/bin/pgtclsh
S-> rename(CVS/Entries.Backup,CVS/Entries)
S-> unlink(CVS/Entries.Log)
S-> unlink(psql/CVS/Entries.Static)
-> unlink(CVS/Entries.Static)
cvs server: Updating src/bin/psql
Terminated with fatal signal 6
-> unlink_file_dir(src/bin/pg4_dump)
-> unlink_file_dir(src/bin/monitor)

I've even tried a fresh checkout and I get the same thing.

Anyone have any ideas?

Platform SPARC-Solaris-2.6.

CVS is..

Concurrent Versions System (CVS) 1.9 (client/server)

Keith.

#2Tom Lane
tgl@sss.pgh.pa.us
In reply to: Keith Parks (#1)
Re: [HACKERS] Problems with CVS.

Keith Parks <emkxp01@mtcc.demon.co.uk> writes:

I'm having a little problem with CVS at the moment.
CVS is..
Concurrent Versions System (CVS) 1.9 (client/server)

FWIW, the current cvs release is 1.10 ... might be worth updating
before you spend too much time chasing what could be an already-fixed
bug...

regards, tom lane