From owner-freebsd-current@FreeBSD.ORG Sun Aug 9 02:48:43 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 AC6CE106564A for ; Sun, 9 Aug 2009 02:48:43 +0000 (UTC) (envelope-from kientzle@freebsd.org) Received: from kientzle.com (kientzle.com [66.166.149.50]) by mx1.freebsd.org (Postfix) with ESMTP id 7D9438FC08 for ; Sun, 9 Aug 2009 02:48:43 +0000 (UTC) Received: (from root@localhost) by kientzle.com (8.14.3/8.14.3) id n792mcIx061168; Sat, 8 Aug 2009 19:48:38 -0700 (PDT) (envelope-from kientzle@freebsd.org) Received: from dark.x.kientzle.com (fw2.kientzle.com [10.123.1.2]) by kientzle.com with SMTP id aic9dcyxmxfue9nba5ibkqwpzi; Sat, 08 Aug 2009 19:48:38 -0700 (PDT) (envelope-from kientzle@freebsd.org) Message-ID: <4A7E3906.60007@freebsd.org> Date: Sat, 08 Aug 2009 19:48:38 -0700 From: Tim Kientzle User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.8.1.21) Gecko/20090601 SeaMonkey/1.1.16 MIME-Version: 1.0 To: Dimitry Andric 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> In-Reply-To: <4A7DE8A9.7070703@andric.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: Kostik Belousov , 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 02:48:43 -0000 > 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. "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. Main documentation for svnsync starts here: http://svnbook.red-bean.com/en/1.5/svn.ref.svnsync.html 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. Dimitry Andric wrote: > Lowering the load on the main FreeBSD svn server is also nice. :) This is much less of an issue with SVN than CVS. Tim