In message <[EMAIL PROTECTED]>, Jeffrey D. Brekke writes:
>The above two items are completed. If there are any problems, let me
>know but the main project and proposal are building for me ok after a
>clean check-out. The site has been regenerated and redeployed.
I tried to do a fresh checkout to make sure I could do a build but there
was a problem.
When you moved or copied files around directly in the repository, your
umask must not have been 002 because the tree under proposal/ftp2/src is
not group writeable so I can't do a checkout.
icarus:~> ls -al /home/cvs/jakarta-commons-sandbox/net/proposal/ftp2/src
total 4
drwxrwxr-x 4 brekke jakarta 512 Jan 26 13:55 ./
drwxrwxr-x 3 brekke jakarta 512 Jan 26 13:55 ../
drwxr-xr-x 3 brekke jakarta 512 Jan 26 10:05 java/
drwxr-xr-x 3 brekke jakarta 512 Jan 26 10:05 test/
The permissions are preventing lock creation:
cvs server: failed to create lock directory for
`/home/cvs/jakarta-commons-sandbox/net/proposal/ftp2/src/java'
(/home/cvs/jakarta-commons-sandbox/net/proposal/ftp2/src/java/#cvs.lock): Permission
denied
cvs server: failed to obtain dir lock
A find /home/cvs/jakarta-commons-sandbox/net/proposal/ftp2/src -type d \
-exec chmod g+w '{}' ';'
should do the trick.
daniel
--
To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>