OT: anon CVS hassles

From: Colm McCartan <colmm(at)owl(dot)co(dot)uk>
To: pgsql-general(at)postgresql(dot)org
Subject: OT: anon CVS hassles
Date: 2002-01-14 15:21:57
Message-ID: 3C42F795.9020805@owl.co.uk
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general pgsql-jdbc

Hello all,

When I try to do an anon cvs co I get the following:

cvs server: Updating pgsql/contrib/pgcrypto/expected
cvs server: failed to create lock directory for
`/projects/cvsroot/pgsql/contrib/pgcrypto/expected'
(/projects/cvsroot/pgsql/contrib/pgcrypto/expected/#cvs.lock):
Permission denied
cvs server: failed to obtain dir lock in repository
`/projects/cvsroot/pgsql/contrib/pgcrypto/expected'
cvs [server aborted]: read lock failed - giving up

I can see this in the archives a lot and it seems to reappear now and
then - what gives? Is this a permission thing on new directories?

Also, I really only want to check out the jdbc driver but find that this
is impossible, the entire codebase has to be co'd. Is there a good
reason for this? Having the jdbc source in a seperate tarball would
allow people to debug into the source from java. Perhaps a cvs module
entry for the sql tree?

Anyway, I believe the above error needs to be fixed on the server.

Cheers,
colm

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Tim Barnard 2002-01-14 15:36:29 Re: [ADMIN] Monitoring database
Previous Message Peter E. Chen 2002-01-14 15:10:27 Anyway to know which users are connected to postgres?

Browse pgsql-jdbc by date

  From Date Subject
Next Message Barry Lind 2002-01-14 17:36:13 Re: JDBC patch for DatabaseMetaData
Previous Message Benjamin.Feinstein 2002-01-14 15:12:31 Re: LISTEN/NOTIFY support in JDBC driver?