From owner-svn-doc-all@freebsd.org Sat Jun 16 20:43:19 2018 Return-Path: Delivered-To: svn-doc-all@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 4B27C1022460; Sat, 16 Jun 2018 20:43:19 +0000 (UTC) (envelope-from kostikbel@gmail.com) Received: from kib.kiev.ua (kib.kiev.ua [IPv6:2001:470:d5e7:1::1]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 783626EDEC; Sat, 16 Jun 2018 20:43:18 +0000 (UTC) (envelope-from kostikbel@gmail.com) Received: from tom.home (kib@localhost [127.0.0.1]) by kib.kiev.ua (8.15.2/8.15.2) with ESMTP id w5GKh7b4046776; Sat, 16 Jun 2018 23:43:10 +0300 (EEST) (envelope-from kostikbel@gmail.com) DKIM-Filter: OpenDKIM Filter v2.10.3 kib.kiev.ua w5GKh7b4046776 Received: (from kostik@localhost) by tom.home (8.15.2/8.15.2/Submit) id w5GKh6O4046775; Sat, 16 Jun 2018 23:43:06 +0300 (EEST) (envelope-from kostikbel@gmail.com) X-Authentication-Warning: tom.home: kostik set sender to kostikbel@gmail.com using -f Date: Sat, 16 Jun 2018 23:43:06 +0300 From: Konstantin Belousov To: Eitan Adler Cc: doc-committers@freebsd.org, svn-doc-all@freebsd.org, svn-doc-head@freebsd.org Subject: Re: svn commit: r51850 - head/en_US.ISO8859-1/articles/committers-guide Message-ID: <20180616204306.GS2493@kib.kiev.ua> References: <201806162020.w5GKKZHC073700@repo.freebsd.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <201806162020.w5GKKZHC073700@repo.freebsd.org> User-Agent: Mutt/1.10.0 (2018-05-17) X-Spam-Status: No, score=-2.0 required=5.0 tests=ALL_TRUSTED,BAYES_00, DKIM_ADSP_CUSTOM_MED,FREEMAIL_FROM,NML_ADSP_CUSTOM_MED autolearn=no autolearn_force=no version=3.4.1 X-Spam-Checker-Version: SpamAssassin 3.4.1 (2015-04-28) on tom.home X-BeenThere: svn-doc-all@freebsd.org X-Mailman-Version: 2.1.26 Precedence: list List-Id: "SVN commit messages for the entire doc trees \(except for " user" , " projects" , and " translations" \)" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 16 Jun 2018 20:43:19 -0000 On Sat, Jun 16, 2018 at 08:20:35PM +0000, Eitan Adler wrote: > Author: eadler > Date: Sat Jun 16 20:20:34 2018 > New Revision: 51850 > URL: https://svnweb.freebsd.org/changeset/doc/51850 > > Log: > Committer guide: remove non-exististant seed reference Seeds are very much available. They are provided e.g. at https://download.freebsd.org/ftp/development/subversion/ Why did you removed the useful text instead of asking ? > > The seed file referenced does not exist anymore. > > Modified: > head/en_US.ISO8859-1/articles/committers-guide/article.xml > > Modified: head/en_US.ISO8859-1/articles/committers-guide/article.xml > ============================================================================== > --- head/en_US.ISO8859-1/articles/committers-guide/article.xml Sat Jun 16 20:10:41 2018 (r51849) > +++ head/en_US.ISO8859-1/articles/committers-guide/article.xml Sat Jun 16 20:20:34 2018 (r51850) > @@ -599,11 +599,14 @@ You need a Passphrase to protect your secret key. local repository's UUID has to occur before it is possible > to start using it. > > - The hassle of a local > - svnsync mirror probably is not worth it > - unless the network connectivity situation or other factors > - demand it. If it is needed, see the end of this chapter for > - information on how to set one up. > + The hassle of a local svnsync mirror > + probably is not worth it unless the network connectivity > + situation or other factors demand it. Starting > + a fresh mirror from empty takes a long time. > + Expect a minimum of 10 hours with high speed connectivity. > + If international links are involved, expect this to take > + four to ten times longer. Another option is to use the > + git mirror. > > > > @@ -1858,52 +1861,6 @@ U stable/9/share/man/man4/netmap.4 > correct location. Instead of a couple of lines of text, the > repository journal grows an entire new copy of the file. > This is a waste. > - > - > - > - Setting up a <application>svnsync</application> > - Mirror > - > - Avoid setting up a svnsync > - mirror unless there is a very good reason for it. Such > - reasons might be to support multiple local read-only client > - machines, or if the network bandwidth is limited. Starting > - a fresh mirror from empty would take a very long time. > - Expect a minimum of 10 hours for high speed connectivity. > - If international links are involved, expect this to take > - four to ten times longer. > - > - A far better option is to grab a seed file. It is large > - (~1GB) but will consume less network traffic and take less > - time to fetch than a svnsync will. There are several ways > - to do this: > - > - &prompt.user; rsync -va --partial --progress freefall:/home/peter/svnmirror-base-r179637.tbz2 . > - > - &prompt.user; rsync -va --partial --progress rsync://repoman.freebsd.org:50873/svnseed/svnmirror-base-r215629.tar.xz . > - > - &prompt.user; fetch ftp://ftp.freebsd.org/pub/FreeBSD/development/subversion/svnmirror-base-r221445.tar.xz > - > - Extract the file to somewhere like > - home/svnmirror/base/. > - Then, update it, so that it fetches changes since the last > - revision in the archive: > - > - &prompt.user; svnsync sync file:///home/svnmirror/base > - > - Now, set that up to run from &man.cron.8;, do > - checkouts locally, set up a svnserve server for local > - machines to talk to, etc. > - > - The seed mirror is set to fetch from > - svn://svn.freebsd.org/base. The > - configuration for the mirror is stored in > - revprop 0 on the local mirror. To see > - the configuration, try: > - > - &prompt.user; svn proplist -v --revprop -r 0 file:///home/svnmirror/base > - > - Use propset to change things. > > > > _______________________________________________ > svn-doc-all@freebsd.org mailing list > https://lists.freebsd.org/mailman/listinfo/svn-doc-all > To unsubscribe, send any mail to "svn-doc-all-unsubscribe@freebsd.org"