From owner-freebsd-questions@FreeBSD.ORG Wed Jan 16 20:08:58 2013 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.FreeBSD.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id 9C72D3DC for ; Wed, 16 Jan 2013 20:08:58 +0000 (UTC) (envelope-from peter@vereshagin.org) Received: from mx1.skyriver.ru (ns1.skyriver.ru [89.108.118.221]) by mx1.freebsd.org (Postfix) with ESMTP id 5E56B9E6 for ; Wed, 16 Jan 2013 20:08:58 +0000 (UTC) Received: from localhost (bolobolo2.torservers.net [96.47.226.21]) by mx1.skyriver.ru (Postfix) with ESMTPSA id 169475AD4 for ; Thu, 17 Jan 2013 00:08:51 +0400 (MSK) Date: Thu, 17 Jan 2013 00:07:54 +0400 From: Peter Vereshagin To: freebsd-questions@freebsd.org Subject: Re: svn bdb checkout? Message-ID: <20130116200754.GD8524@external.screwed.box> References: <20130116185832.GB8524@external.screwed.box> <50F6FD37.5060309@gmail.com> <20130116193534.GC8524@external.screwed.box> <50F704CE.3010904@gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=koi8-r Content-Disposition: inline In-Reply-To: <50F704CE.3010904@gmail.com> Organization: ' X-Face: 8T>{1owI$Byj]]a; ^G]kRf*dkq>E-3':F>4ODP[#X4s"dr?^b&2G@'3lukno]A1wvJ_L(~u 6>I2ra/<,j1%@C[LN=>p#_}RIV+#:KTszp-X$bQOj,K X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 16 Jan 2013 20:08:58 -0000 Hello. 2013/01/16 13:51:42 -0600 "Joseph A. Nagy, Jr" => To Peter Vereshagin : JANJ> On 01/16/13 13:35, Peter Vereshagin wrote: JANJ> > 2013/01/16 13:19:19 -0600 "Joseph A. Nagy, Jr" => To Peter Vereshagin : JANJ> > JANJ> On 01/16/13 12:58, Peter Vereshagin wrote: JANJ> > JANJ> > Hello. JANJ> > JANJ> > JANJ> > JANJ> > By far the 'portsnap' has a lag from svn. I think firefox-18.0,1 update was JANJ> > JANJ> > late at 4 days at the least, for instance. JANJ> > JANJ> > JANJ> > JANJ> > Thus I'd like to move to svn for base and ports. JANJ> > JANJ> JANJ> > JANJ> JANJ> > JANJ> Have you read the handbook? JANJ> > JANJ> JANJ> > JANJ> http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/ports-using.html JANJ> > JANJ> > & ... JANJ> > JANJ> > ? JANJ> > JANJ> > | grep -i bdb | wc -l JANJ> > JANJ> > 0 JANJ> > JANJ> > Over again: How could I 'svn checkout' the sources without those '.svn' JANJ> > subdirectories in the each and every repo's subdirectories? JANJ> > JANJ> > Thank you. JANJ> JANJ> As far as I know, you don't. It is part of how svn works. Those folders JANJ> tell svn that they are controlled by svn. This is for the case of the svn's 'fsfs' backend. There is the different backend, the 'bdb' one that keeps data not in the '.svn' subdirectories but in the 'bdb' format and it's the repository(-ies) -wide single database with its single file system location. JANJ> Deleting the .svn folder removes subversion control of that folder[0]. JANJ> You can learn more, it seems, here[1]. No, I do not want to delete the '.svn' directories but I want them to not to be created at all, like it was created with 'svnadmin create --fs-type bdb' but as a resuit of a checkout. There was someone here arguing about 'fossil' that (s)he updates from the freebsd repositories into the 'bdb'- backend'ed svn repo, I'd like to know a way to 'svn checkout' like this at first. Thank you. -- Peter Vereshagin (http://vereshagin.org) pgp: 1754B9C1