From owner-freebsd-current@FreeBSD.ORG Tue Jun 3 23:10:32 2008 Return-Path: Delivered-To: current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 81589106564A for ; Tue, 3 Jun 2008 23:10:32 +0000 (UTC) (envelope-from sullrich@gmail.com) Received: from hu-out-0506.google.com (hu-out-0506.google.com [72.14.214.227]) by mx1.freebsd.org (Postfix) with ESMTP id 13D6C8FC13 for ; Tue, 3 Jun 2008 23:10:31 +0000 (UTC) (envelope-from sullrich@gmail.com) Received: by hu-out-0506.google.com with SMTP id 34so3206313hue.8 for ; Tue, 03 Jun 2008 16:10:30 -0700 (PDT) Received: by 10.78.172.5 with SMTP id u5mr33568hue.10.1212513366698; Tue, 03 Jun 2008 10:16:06 -0700 (PDT) Received: by 10.78.160.14 with HTTP; Tue, 3 Jun 2008 10:16:06 -0700 (PDT) Message-ID: Date: Tue, 3 Jun 2008 13:16:06 -0400 From: "Scott Ullrich" To: current@freebsd.org In-Reply-To: <20080603164503.GC1592@roadrunner.spoerlein.net> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <20080603164503.GC1592@roadrunner.spoerlein.net> Cc: Subject: Re: Subversion documentation for the FreeBSD project? 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: Tue, 03 Jun 2008 23:10:32 -0000 On 6/3/08, Ulrich Spoerlein wrote: > Hi all, > > seems like I totally missed the effort to port the FreeBSD CVS to SVN. > Is there some documentation around, that describes the New Way for us > mere mortals? Specific questions that come to my mind: > > - How will repository propagation be done in the future? rsync? > - Is there one big svn tree or src/ ports/ doc/ seperately? > - Did you fixup the CVS repo-copies into real SVN renames? > - Will svn(1) ever be part of the base system? > - Some statistics about repo-size would be nice :) I was wondering the same thing and came across http://people.freebsd.org/~peter/svn_notes.txt .. Maybe it will answer some of your questions. It was a good read for me. Scott