From owner-freebsd-questions Sat Mar 23 19:32:58 2002 Delivered-To: freebsd-questions@freebsd.org Received: from bast.unixathome.org (bast.unixathome.org [216.187.105.150]) by hub.freebsd.org (Postfix) with ESMTP id C919937B417 for ; Sat, 23 Mar 2002 19:32:53 -0800 (PST) Received: from wocker (wocker.unixathome.org [192.168.0.99]) by bast.unixathome.org (Postfix) with ESMTP id 05B873F28 for ; Sat, 23 Mar 2002 22:32:53 -0500 (EST) From: "Dan Langille" Organization: DVL Software Limited To: freebsd-questions@freebsd.org Date: Sat, 23 Mar 2002 22:33:57 -0500 MIME-Version: 1.0 Subject: cannot get collection via cvsup Reply-To: dan@langille.org X-mailer: Pegasus Mail for Windows (v4.01) Content-type: text/plain; charset=US-ASCII Content-transfer-encoding: 7BIT Content-description: Mail message body Message-Id: <20020324033253.05B873F28@bast.unixathome.org> Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG I'm trying to use cvsup to publish a website. The cvs server (xeon) is set up to handle incoming requests and is working for other collections. One collection/website is causing grief (langille.org). I can check things out via cvs when I am on the cvs server: [dan@xeon:~/tmp] $ echo $CVSROOT /home/repositories/websites [dan@xeon:~/tmp] $ cvs co langille.org cvs checkout: Updating langille.org U langille.org/favicon.ico U langille.org/index.php U langille.org/robots.txt [dan@xeon:~/tmp] $ On my webserver (m20), I am using this supfile: *default host=localhost *default base=/usr/local/etc/www/langille.org *default release=cvs tag=. *default delete use-rel-suffix *default umask=007 *default preserve langille-www NOTE: there is an SSL tunnel running from m20 to xeon, hence the use of localhost. When I cvsup, I get this: [dan@m20:/usr/local/etc/www/langille.org] $ cvsup ~/langille.org-supfile Connected to localhost Updating collection langille-www/cvs Finished successfully [dan@m20:/usr/local/etc/www/langille.org] $ ls sup [dan@m20:/usr/local/etc/www/langille.org] $ As you can see, I don't get the expected files, and I can't figure out why not. The files are definitely there: [dan@xeon:/home/repositories/websites/langille.org] $ ls -l total 6 -r--r--r-- 1 dan dan 2908 Mar 23 22:22 favicon.ico,v -r--r--r-- 1 dan dan 1236 Mar 23 22:21 index.php,v -r--r--r-- 1 dan dan 497 Mar 23 22:21 robots.txt,v [dan@xeon:/home/repositories/websites/langille.org] $ On the cvs server, I have the collection set up like this: [dan@xeon:/home/repositories/sup/langille-www] $ ls -l total 2 -rw-r--r-- 1 dan dan 20 Mar 23 22:23 list.cvs -rw-r--r-- 1 dan dan 53 Mar 23 22:23 releases [dan@xeon:/home/repositories/sup/langille-www] $ cat list.cvs update langille.org [dan@xeon:/home/repositories/sup/langille-www] $ cat releases cvs list=list.cvs prefix=/home/repositories/websites [dan@xeon:/home/repositories/sup/langille-www] $ Thanks. This one has me beat. -- Dan Langille The FreeBSD Diary - http://freebsddiary.org/ - practical examples To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message