From owner-freebsd-questions@FreeBSD.ORG Sat Apr 4 23:13:05 2009 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id EE0441065672 for ; Sat, 4 Apr 2009 23:13:04 +0000 (UTC) (envelope-from perryh@pluto.rain.com) Received: from agora.rdrop.com (agora.rdrop.com [199.26.172.34]) by mx1.freebsd.org (Postfix) with ESMTP id C3CC58FC16 for ; Sat, 4 Apr 2009 23:13:04 +0000 (UTC) (envelope-from perryh@pluto.rain.com) Received: from agora.rdrop.com (66@localhost [127.0.0.1]) by agora.rdrop.com (8.13.1/8.12.7) with ESMTP id n34ND4Rp051253 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NOT); Sat, 4 Apr 2009 16:13:04 -0700 (PDT) (envelope-from perryh@pluto.rain.com) Received: (from uucp@localhost) by agora.rdrop.com (8.13.1/8.12.9/Submit) with UUCP id n34ND4kD051252; Sat, 4 Apr 2009 16:13:04 -0700 (PDT) Received: from fbsd61 by pluto.rain.com (4.1/SMI-4.1-pluto-M2060407) id AA02640; Sat, 4 Apr 09 15:06:15 PST Date: Sat, 04 Apr 2009 16:04:31 -0700 From: perryh@pluto.rain.com To: chuckr@telenix.org Message-Id: <49d7e77f.xnj3CokuEylv0M3j%perryh@pluto.rain.com> References: <49D27B25.80003@telenix.org> <49D2CEF9.9030304@telenix.org> <49D3D749.6000009@telenix.org> <49d46ada.xbR2SbLQhTeu8Mv7%perryh@pluto.rain.com> <49D6525B.3060704@telenix.org> In-Reply-To: <49D6525B.3060704@telenix.org> User-Agent: nail 11.25 7/29/05 Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Cc: freebsd-questions@freebsd.org Subject: Re: going from cvs to svnq X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 04 Apr 2009 23:13:05 -0000 Chuck Robey wrote: > perryh@pluto.rain.com wrote: > > Chuck Robey wrote: > >> But I do need to figure out how to get the subversion archive (not > >> a particular branch of the archive, the whole kit and kaboodle). > > > > devel/svk? (From a mention last December; I have not tried it.) > > Huh. From reading the port's description file, it seems to be a > svn lookalike, but with a differing feature list. Supposely uses > the same filesystem layout as subversion ... I got the impression from the 2nd and 3rd non-quote paragraphs here: http://lists.freebsd.org/pipermail/freebsd-hackers/2008-November/026898.html that what you want is "a full svk mirror", and since it was being advocated I presumed that it could be set up by a reasonably simple, if initially time/bandwidth intensive, mechanism. This, from earlier in the same thread, may be useful: http://wiki.freebsd.org/SubversionPrimer Again, I have not gotten around to trying any of this.