From owner-freebsd-current@FreeBSD.ORG Wed Jun 4 06:32:56 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 7440F1065671 for ; Wed, 4 Jun 2008 06:32:56 +0000 (UTC) (envelope-from uspoerlein@gmail.com) Received: from fk-out-0910.google.com (fk-out-0910.google.com [209.85.128.187]) by mx1.freebsd.org (Postfix) with ESMTP id F28AF8FC32 for ; Wed, 4 Jun 2008 06:32:55 +0000 (UTC) (envelope-from uspoerlein@gmail.com) Received: by fk-out-0910.google.com with SMTP id k31so1620905fkk.11 for ; Tue, 03 Jun 2008 23:32:55 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; bh=Cnc1aCcHmGAL+YgHToteVRllaQ+XkcZ8vvV++AXJwj8=; b=I6yRWi/PwiNxXkAZqFNYKeK3LMKd4YO5C3cpAbYMfXzqP3xKhp/Xp3luOOOx7etaY0FG8ZQix+Bol1Ju83xOSgKwUzs2BdoOHSCMmLn1B7lPFsGto64U7FFnabVqk0t+ZqQfjMYdSWgscvdE3FmGgJ2nuTMZzwPxNsr+lI3gc1c= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=bJNwiuVkK8G3xqWOdeFAVmCut3Lvp1bo7gRj38xHuTILfwO5YS7v/eIUlg79ZO2foiOaD1sy5TOadeHuCRCTK2ugepa8ggUGACOAQBkPMGkI2cDb2WnK8+EPizkkEED9dMB4DCMjxX6Z1h38gVRd2I8L23kRbbZOfEbvruFez3s= Received: by 10.82.116.15 with SMTP id o15mr157021buc.75.1212561173832; Tue, 03 Jun 2008 23:32:53 -0700 (PDT) Received: by 10.82.180.3 with HTTP; Tue, 3 Jun 2008 23:32:53 -0700 (PDT) Message-ID: <7ad7ddd90806032332n43946648rb12045afd8f35e18@mail.gmail.com> Date: Wed, 4 Jun 2008 08:32:53 +0200 From: "Ulrich Spoerlein" To: "Brooks Davis" In-Reply-To: <20080603173707.GA70144@lor.one-eyed-alien.net> MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <20080603164503.GC1592@roadrunner.spoerlein.net> <20080603173707.GA70144@lor.one-eyed-alien.net> Cc: current@freebsd.org 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: Wed, 04 Jun 2008 06:32:56 -0000 On Tue, Jun 3, 2008 at 7:37 PM, Brooks Davis wrote: > On Tue, Jun 03, 2008 at 06:45:03PM +0200, Ulrich Spoerlein wrote: >> - Did you fixup the CVS repo-copies into real SVN renames? > No, this is effectively impossible as there is no history of repocopies > in cvs. This is not entirely true, the cvs@ archive details almost all CVS repo copies. There are also lots of forced commits to denote repo copies. Yes, it would have to be a manual process, where you gather (old, new, revision) tuples for the time of the repo copy (and perhaps the branch?) This file could then augment the conversion process and handle the CVS files more intelligently. I'm not volunteering and am happy with what's been done anyway. I'm just against the "this can never ever been fixed, because the information is totally lost" attitude. Ciao, Uli