From owner-freebsd-current@FreeBSD.ORG Sun Aug 9 10:21:27 2009 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 67CCB1065673; Sun, 9 Aug 2009 10:21:27 +0000 (UTC) (envelope-from kostikbel@gmail.com) Received: from mail.zoral.com.ua (skuns.zoral.com.ua [91.193.166.194]) by mx1.freebsd.org (Postfix) with ESMTP id EFC998FC1D; Sun, 9 Aug 2009 10:21:26 +0000 (UTC) Received: from deviant.kiev.zoral.com.ua (root@deviant.kiev.zoral.com.ua [10.1.1.148]) by mail.zoral.com.ua (8.14.2/8.14.2) with ESMTP id n79ALJEB069130 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Sun, 9 Aug 2009 13:21:19 +0300 (EEST) (envelope-from kostikbel@gmail.com) Received: from deviant.kiev.zoral.com.ua (kostik@localhost [127.0.0.1]) by deviant.kiev.zoral.com.ua (8.14.3/8.14.3) with ESMTP id n79ALJn8072881; Sun, 9 Aug 2009 13:21:19 +0300 (EEST) (envelope-from kostikbel@gmail.com) Received: (from kostik@localhost) by deviant.kiev.zoral.com.ua (8.14.3/8.14.3/Submit) id n79ALJIC072880; Sun, 9 Aug 2009 13:21:19 +0300 (EEST) (envelope-from kostikbel@gmail.com) X-Authentication-Warning: deviant.kiev.zoral.com.ua: kostik set sender to kostikbel@gmail.com using -f Date: Sun, 9 Aug 2009 13:21:19 +0300 From: Kostik Belousov To: Tim Kientzle Message-ID: <20090809102119.GC1884@deviant.kiev.zoral.com.ua> References: <409F1C03-B18C-4084-93D0-3D1918D7F105@exscape.org> <200908081044.55066.mel.flynn+fbsd.current@mailing.thruhere.net> <20090808190514.GA60303@owl.midgard.homeip.net> <200908081138.07633.mel.flynn+fbsd.current@mailing.thruhere.net> <4A7DE52F.5000201@FreeBSD.org> <20090808210258.GA1884@deviant.kiev.zoral.com.ua> <4A7DE8A9.7070703@andric.com> <4A7E3906.60007@freebsd.org> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="f3fibfc/PR0XgZAi" Content-Disposition: inline In-Reply-To: <4A7E3906.60007@freebsd.org> User-Agent: Mutt/1.4.2.3i X-Virus-Scanned: clamav-milter 0.95.2 at skuns.kiev.zoral.com.ua X-Virus-Status: Clean X-Spam-Status: No, score=-4.4 required=5.0 tests=ALL_TRUSTED,AWL,BAYES_00 autolearn=ham version=3.2.5 X-Spam-Checker-Version: SpamAssassin 3.2.5 (2008-06-10) on skuns.kiev.zoral.com.ua Cc: Dimitry Andric , freebsd-current@freebsd.org Subject: Re: What's up with the SVN repository? X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 09 Aug 2009 10:21:27 -0000 --f3fibfc/PR0XgZAi Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Sat, Aug 08, 2009 at 07:48:38PM -0700, Tim Kientzle wrote: > >On 2009-08-08 23:02, Kostik Belousov wrote: > >>Working with the history with reasonable speed. Additional bonus > >>is ability to be able to work offline. >=20 > "svnsync" is a standard SVN tool (installed as part > of svn) that makes it pretty easy to set up a read-only > copy of an SVN repository. It's a little confusing > to get set up initially, but once you do, you can > just run it from cron every hour or so to keep in > sync. >=20 > Main documentation for svnsync starts here: > http://svnbook.red-bean.com/en/1.5/svn.ref.svnsync.html The issue with svnsync is that modifications of the non-versioned properties, that is the normal svn operation, but disabled on our repo, are not propagated by svnsync. Also, direct manipulations on the repo, like the surgery that was done with cvs2svn:cvs-rev properties, also not propagated by svnsync. I believe this is major reason why the svnsync mirrors are not given a bless. I do use svnsync, and my local mirror is used both to feed the the git-svn and local checkouts. >=20 > Even without a replica, I've found offline work with > SVN pretty reasonable. No history, but the common > "svn status", "svn diff", and "svn revert" commands > are fully functional when offline. >=20 > Dimitry Andric wrote: > >Lowering the load on the main FreeBSD svn server is also nice. :) >=20 > This is much less of an issue with SVN than CVS. >=20 > Tim --f3fibfc/PR0XgZAi Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.9 (FreeBSD) iEYEARECAAYFAkp+ox4ACgkQC3+MBN1Mb4i8EQCfd2K6wktsxtwKp8WlzqcbwYwB PqUAoIf5p0MPNLPJgwZrKaYHl/1A1N8U =WylE -----END PGP SIGNATURE----- --f3fibfc/PR0XgZAi--