Date: Sat, 23 Mar 2002 22:33:57 -0500 From: "Dan Langille" <dan@langille.org> To: freebsd-questions@freebsd.org Subject: cannot get collection via cvsup Message-ID: <20020324033253.05B873F28@bast.unixathome.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20020324033253.05B873F28>