From owner-freebsd-hackers@FreeBSD.ORG Fri Dec 26 04:12:53 2003 Return-Path: Delivered-To: freebsd-hackers@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 33D1C16A4CE for ; Fri, 26 Dec 2003 04:12:53 -0800 (PST) Received: from main.evrocom.net (main.evrocom.net [212.39.92.2]) by mx1.FreeBSD.org (Postfix) with SMTP id 2292043D2F for ; Fri, 26 Dec 2003 04:12:49 -0800 (PST) (envelope-from veno@evrocom.bg) Received: (qmail 44616 invoked from network); 26 Dec 2003 12:12:45 -0000 Received: from unknown (HELO crouch) (217.10.240.98) by main.evrocom.net with SMTP; 26 Dec 2003 12:12:45 -0000 Message-ID: <002301c3cba9$9a627080$1402a8c0@crouch> From: "Ventsislav Velkov" To: "Erik Trulsson" References: <001001c3cb9f$88addc80$1402a8c0@crouch> <20031226115817.GA69260@falcon.midgard.homeip.net> Date: Fri, 26 Dec 2003 14:12:59 +0200 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 6.00.2800.1158 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1165 cc: freebsd-hackers@freebsd.org Subject: Re: cvsuping ports problem X-BeenThere: freebsd-hackers@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Technical Discussions relating to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 26 Dec 2003 12:12:53 -0000 Thanks for both answers. I wrote here because at the and of the http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/cvsup.html is written "Most FreeBSD-related discussion of CVSup takes place on the FreeBSD technical discussions mailing list.", which in fact doesn't mean this is the list for having troubles with using cvsup, but it took me easy here. Yes, you are right, the file is really big, and when I looked in the tree I saw the size is changing. Thanks again! Veno ----- Original Message ----- From: "Erik Trulsson" To: "Vencislav Velkov" Cc: Sent: Friday, December 26, 2003 1:58 PM Subject: Re: cvsuping ports problem > On Fri, Dec 26, 2003 at 01:00:54PM +0200, Vencislav Velkov wrote: > > Hello all, > > I am not sure if the problem resides to this mailing list, but will > > post it, so I appologize if this is the wrong place. > > When in doubt about which of the freebsd mailing lists is the correct > one, the answer is freebsd-questions. Questions that do not clearly > belong elsewhere should be sent there. > > > I am trying to setup a freebsd repository, > > but have problems with fetching the ports collection. > > Here is my config file: > > > > *default host=cvsup.uk.freebsd.org > > *default prefix=/mnt/72/cvs > > *default base=/mnt/72/cvs > > *default release=cvs delete use-rel-suffix > > > > ports-all > > > > I am fetching the src-all without problems but when fetching the ports it stops on: > > Running > > Updating collection ports-all/cvs > > Create ports/.cvsignore,v > > Create ports/INDEX,v > > > > and freezes. > > Does it really freeze, or does it just take a very long time? > That particular file (ports/INDEX,v) is about 66MB in size, which > indicates it might be the latter. > > > -- > > Erik Trulsson > ertr1013@student.uu.se > >