Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 3 Mar 2003 11:35:15 +1000 (EST)
From:      Andy Farkas <andyf@speednet.com.au>
To:        freebsd-hubs@FreeBSD.ORG
Subject:   cvsup commitlogs and symlinks
Message-ID:  <20030303110628.T50117-100000@hewey.af.speednet.com.au>

next in thread | raw e-mail | index | archive | help

An odd thing has happened to my cvsupd server...

Where have the commitlogs gone? They've turned into symlinks pointing
to non-existant files!

Doing a 'ls -lF /usr/ncvs/CVSROOT/commitlogs/' shows links like this:

lrwxr-xr-x  1 root  wheel  36 Mar  2 18:19 CVSROOT-src@ ->
../../CVSROOT-src/commitlogs/CVSROOT

lrwxr-xr-x  1 root  wheel  48 Mar  2 18:19 CVSROOT-src.20030301.gz@ ->
../../CVSROOT-src/commitlogs/CVSROOT.20030301.gz


The /usr/ncvs/CVSROOT-* directories aren't there, and the logfiles have
been deleted:

# ls -ldF /usr/ncvs/C*
drwxr-xr-x  5 root  wheel  1536 Mar  3 11:51 /usr/ncvs/CVSROOT/
# find /usr/ncvs -type f -name "*.gz"
#

Have I done something wrong? Anyone else seeing this?


I use this in my crontab file:

19 */3 * * * /usr/local/bin/cvsup -1 -L 1 -g -l /tmp/cvs.LCK /usr/ncvs/sup/repo-supfile

and this supfile:

# grep -v ^# /usr/ncvs/sup/repo-supfile

*default host=cvsup10.FreeBSD.org
*default base=/usr/ncvs
*default prefix=/usr/ncvs
*default release=cvs
*default delete use-rel-suffix
src-all
ports-all
doc-all
www
distrib


--

 :{ andyf@speednet.com.au

        Andy Farkas
    System Administrator
   Speednet Communications
 http://www.speednet.com.au/




To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-hubs" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20030303110628.T50117-100000>