From owner-freebsd-questions@FreeBSD.ORG Mon Jan 25 16:33:05 2010 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 123261065672 for ; Mon, 25 Jan 2010 16:33:05 +0000 (UTC) (envelope-from rwmaillists@googlemail.com) Received: from fg-out-1718.google.com (fg-out-1718.google.com [72.14.220.157]) by mx1.freebsd.org (Postfix) with ESMTP id 9564F8FC15 for ; Mon, 25 Jan 2010 16:33:03 +0000 (UTC) Received: by fg-out-1718.google.com with SMTP id e12so253437fga.13 for ; Mon, 25 Jan 2010 08:33:02 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=googlemail.com; s=gamma; h=domainkey-signature:received:received:date:from:to:subject :message-id:in-reply-to:references:x-mailer:mime-version :content-type:content-transfer-encoding; bh=0c8IjtKhopCFOnDJLorca2Rx8ZdwufxHJxWnDXPOTOE=; b=m+dMloBA7qeyuqJ33KPXZcVfuV9QuXHxcTXTdRXw+AhsYR81zusvOe+CfhiEl5GL7d rHYjr+QhTJUnoWvEL+F42rhGM7ojFVXQnLXoP3T516DsmHRAN1jaYZJrIIxaAEDSAhdb +CgLFkdRKT0wXf6UASSO/pYeFQ/67WXwD2vwE= DomainKey-Signature: a=rsa-sha1; c=nofws; d=googlemail.com; s=gamma; h=date:from:to:subject:message-id:in-reply-to:references:x-mailer :mime-version:content-type:content-transfer-encoding; b=XP7E63SRl9xi63xcooB/zr5czZ+cCMF73KR4Gb4jV/tBZO/lSRv5VmZ8R2s+214lK7 zqghkmJ86oMa8gZh8hMXfEfyxbeEzwegzH/Hgj04rxUcJKcT4iMMI0+Cy2YvmHWYEQ2Y HGR88eCO+Ua/OzFIwwdZQsFSzdQ0W7dwvLnxU= Received: by 10.87.63.20 with SMTP id q20mr5822498fgk.27.1264437182173; Mon, 25 Jan 2010 08:33:02 -0800 (PST) Received: from gumby.homeunix.com (bb-87-81-140-128.ukonline.co.uk [87.81.140.128]) by mx.google.com with ESMTPS id l19sm6314841fgb.0.2010.01.25.08.32.59 (version=SSLv3 cipher=RC4-MD5); Mon, 25 Jan 2010 08:33:00 -0800 (PST) Date: Mon, 25 Jan 2010 16:32:57 +0000 From: RW To: freebsd-questions@freebsd.org Message-ID: <20100125163257.00b60420@gumby.homeunix.com> In-Reply-To: References: X-Mailer: Claws Mail 3.7.3 (GTK+ 2.18.6; i386-portbld-freebsd8.0) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Subject: Re: FreeBSD sources from svn repos 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: Mon, 25 Jan 2010 16:33:05 -0000 On Mon, 25 Jan 2010 15:51:26 +0000 Masoom Shaikh wrote: > Hi List, > > I am confused about FreeBSD versions maintained in svn repos > > 1. http://svn.freebsd.org/base/releng/8.0/ > 2. http://svn.freebsd.org/base/release/8.0.0/ > 3. http://svn.freebsd.org/base/stable/8/ > > (2) is easy, most probably it means stable Rather than the one that has "stable" in the url? > how about (1) and (2) The obvious interpretation is that 3 is stable, 2 is the release, and 1 is the RELENG_8_0 security branch.