From owner-freebsd-questions@freebsd.org Sat Jan 27 22:28:34 2018 Return-Path: Delivered-To: freebsd-questions@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 560BEEC6C5F for ; Sat, 27 Jan 2018 22:28:34 +0000 (UTC) (envelope-from yasu@utahime.org) Received: from gate.utahime.jp (ipq210.utahime.jp [183.180.29.210]) by mx1.freebsd.org (Postfix) with ESMTP id AD7E47CDF9 for ; Sat, 27 Jan 2018 22:28:32 +0000 (UTC) (envelope-from yasu@utahime.org) Received: from eastasia.home.utahime.org (eastasia.home.utahime.org [192.168.174.1]) by gate.utahime.jp (Postfix) with ESMTP id E46B2141B9; Sun, 28 Jan 2018 07:28:23 +0900 (JST) Received: from eastasia.home.utahime.org (localhost [127.0.0.1]) by localhost-backdoor.home.utahime.org (Postfix) with ESMTP id 932E1335D7; Sun, 28 Jan 2018 07:28:23 +0900 (JST) Received: from localhost (rolling.home.utahime.org [192.168.174.11]) by eastasia.home.utahime.org (Postfix) with ESMTPSA id 5A124335D6; Sun, 28 Jan 2018 07:28:23 +0900 (JST) Date: Sun, 28 Jan 2018 07:27:04 +0900 (JST) Message-Id: <20180128.072704.1527334119280589760.yasu@utahime.org> To: freebsd-questions@freebsd.org Subject: Difference in wainting time between update of base/doc/ports tree From: Yasuhiro KIMURA X-Mailer: Mew version 6.7 on Emacs 25.3 / Mule 6.0 (HANACHIRUSATO) Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Virus-Scanned: ClamAV using ClamSMTP X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 27 Jan 2018 22:28:34 -0000 Hello. I check out head of base/doc/ports repository in one FreeBSD box and update them periodically. When I execute 'svn update' in base or doc tree update always starts within 10 seconds or so. But when I do it in ports tree it typically takes from 5 to 10 minutes and sometimes takes more before update begins. Update is done from one server (https://svn.freebsd.org/) to one client (my FreeBSD box). So spec of server, client and/or network cannot cause such difference. Then why it happens? Repository size or number of committed files affect waiting time of update and result in such large differernce? Or some complicated hooks that works at update time is implemented in ports repository and its processing time results in such a long waiting time? Please let me know if someone knows about it. Best Regards. --- Yasuhiro KIMURA