Thread: Website update against CVS

Website update against CVS

From
Jean-Michel POURE
Date:
Hi Dave,

I noticed that the website was no longer getting updated against the CVS.

Loging in Snake and trying to update the pgadmin3 directory running "cvs
update -C -P -d", here is the answer:

jmpoure@snake:/usr/local/apache/htdocs/pgadmin3$ cvs update -C -P -d
cvs update: cannot rewrite CVS/Entries.Backup: Permission denied
(Locally modified cache_pending.txt moved to .#cache_pending.txt.1.43)
(Locally modified cache_translated.txt moved to .#cache_translated.txt.1.57)
cvs update: cannot rewrite CVS/Entries.Backup: Permission denied
cvs update: cannot rewrite CVS/Entries.Backup: Permission denied
cvs update: cannot rewrite CVS/Entries.Backup: Permission denied
cvs update: cannot rewrite CVS/Entries.Backup: Permission denied
cvs update: cannot rewrite CVS/Entries.Backup: Permission denied
cvs update: cannot rewrite CVS/Entries.Backup: Permission denied
cvs server: Updating .
cvs update: cannot rewrite CVS/Entries.Backup: Permission denied
cvs server: Updating cache
U cache/cache_pending.txt
cvs update: cannot open CVS/Entries.Log: Permission denied
U cache/cache_translated.txt
cvs update: cannot open CVS/Entries.Log: Permission denied
cvs server: Updating class
cvs server: Updating cnt
P cnt/cnt_download.php

Then,
jmpoure@snake:/usr/local/apache/htdocs/pgadmin3/cnt$ ls -l
total 80
drwxr-xr-x    2 dpage    users        4096 Sep 28 17:26 CVS/
-rw-r--r--    1 dpage    users        7297 Sep 11 22:25 cnt_development.php
-rw-r--r--    1 root     root        10874 Sep 26 17:04 cnt_download.php
-rw-r--r--    1 root     root         6902 Sep 26 17:04 cnt_index.php
-rw-r--r--    1 root     root         2779 Sep 28 17:26 cnt_mirrors.php
-rw-r--r--    1 dpage    users       10429 Aug  5 18:05 cnt_screenshots.php
-rw-r--r--    1 dpage    users        1473 Aug 13 13:29 cnt_support.php
-rw-r--r--    1 dpage    users       12084 Sep 12 12:00 cnt_translation.php
-rw-r--r--    1 dpage    users        7357 Sep 23 20:35
cnt_translation_status.php
-rw-r--r--    1 dpage    users        5025 Aug 19 11:02 licence.txt

Seems like something wrote directly under root account without using CVS. Is
this a cron job running under root account?

Cheers, Jean-Michel


Re: Website update against CVS

From
"Dave Page"
Date:

> -----Original Message-----
> From: Jean-Michel POURE [mailto:jm@poure.com]
> Sent: 30 September 2003 09:18
> To: Dave Page
> Cc: pgadmin-hackers@postgresql.org
> Subject: Website update against CVS
>
>
> Hi Dave,
>
> I noticed that the website was no longer getting updated
> against the CVS.
>
> Loging in Snake and trying to update the pgadmin3 directory
> running "cvs
> update -C -P -d", here is the answer:

I think the KDE file manager must have screwed up the permissions when I
was clearing out the snapshots. :-(

Should be OK now.

Regards, Dave.