Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 08 Aug 2009 19:48:38 -0700
From:      Tim Kientzle <kientzle@freebsd.org>
To:        Dimitry Andric <dimitry@andric.com>
Cc:        Kostik Belousov <kostikbel@gmail.com>, freebsd-current@freebsd.org
Subject:   Re: What's up with the SVN repository?
Message-ID:  <4A7E3906.60007@freebsd.org>
In-Reply-To: <4A7DE8A9.7070703@andric.com>
References:  <409F1C03-B18C-4084-93D0-3D1918D7F105@exscape.org>	<200908081044.55066.mel.flynn%2Bfbsd.current@mailing.thruhere.net>	<20090808190514.GA60303@owl.midgard.homeip.net>	<200908081138.07633.mel.flynn%2Bfbsd.current@mailing.thruhere.net>	<4A7DE52F.5000201@FreeBSD.org>	<20090808210258.GA1884@deviant.kiev.zoral.com.ua> <4A7DE8A9.7070703@andric.com>

next in thread | previous in thread | raw e-mail | index | archive | help
> 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




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?4A7E3906.60007>