From owner-freebsd-fs@FreeBSD.ORG Fri Aug 2 15:52:23 2013 Return-Path: Delivered-To: freebsd-fs@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 4E3576C1 for ; Fri, 2 Aug 2013 15:52:23 +0000 (UTC) (envelope-from tevans.uk@googlemail.com) Received: from mail-la0-x232.google.com (mail-la0-x232.google.com [IPv6:2a00:1450:4010:c03::232]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id C83C02D94 for ; Fri, 2 Aug 2013 15:52:22 +0000 (UTC) Received: by mail-la0-f50.google.com with SMTP id fn20so553994lab.9 for ; Fri, 02 Aug 2013 08:52:20 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=googlemail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; bh=YWzFUQBxZc8zKCX9eOr0YLDm/Rf5MN+/0St24ABnuyc=; b=aju9F/+mvWE67DdUgWCL7c85tL70zUdJXYiCeVtQWGxQFMObalFzQo97TXlovCQBjC pn3+Oj6ZMkkhAEbzxAyXsObGqN60H0MnyTNmt69aLX9N1U9DV5PTy6q2bo73yBu2CW1W 5PuLDkaEVx9G1XQoSlkq7AfqsVQ1AY/6L9FoKPl3XZ1XP3CtHPhqE5qCO7ZfDlegv4dK LbCKAD5ga1GP7blxRK+x+QaQL7q6V+ZO3tQGGCPB0Q/+RC6AIVpO7OIKR1CgWDTg3c/j 66YsJbMtaV4T00n4ffpWKGMzQ6356+26YkBh9SWqwnLtUMpgvaGUAVt2M9UfA9VYFFD/ baHA== MIME-Version: 1.0 X-Received: by 10.152.21.131 with SMTP id v3mr3304111lae.50.1375458740609; Fri, 02 Aug 2013 08:52:20 -0700 (PDT) Received: by 10.112.201.41 with HTTP; Fri, 2 Aug 2013 08:52:20 -0700 (PDT) In-Reply-To: References: <51FBC806.3070500@egr.msu.edu> Date: Fri, 2 Aug 2013 16:52:20 +0100 Message-ID: Subject: Re: ZFS: unsupported ZFS version 5000 (should be 28) From: Tom Evans To: Tim Gustafson Content-Type: text/plain; charset=UTF-8 Cc: freebsd-fs@freebsd.org X-BeenThere: freebsd-fs@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Filesystems List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 02 Aug 2013 15:52:23 -0000 On Fri, Aug 2, 2013 at 4:43 PM, Tim Gustafson wrote: > http://svn.freebsd.org/base/releng/8.2 > http://svn.freebsd.org/base/releng/8.4 > http://svn.freebsd.org/base/releng/9.1 > > As I understand it, those are supposed to be only "release" versions; > they aren't "stable" versions. Or am I using the incorrect URLs? No, those are release engineering branches - which receive updates - rather than release tags. The release tags are of this sort of variety: http://svn.freebsd.org/base/release/9.1.0 The other version is the stable, which have this structure: http://svn.freebsd.org/base/stable/9 Cheers Tom