From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from pigeon.gentoo.org ([208.92.234.80] helo=lists.gentoo.org) by finch.gentoo.org with esmtp (Exim 4.60) (envelope-from ) id 1REbp5-0007Qg-HV for garchives@archives.gentoo.org; Fri, 14 Oct 2011 07:04:51 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 38C7321C1CA; Fri, 14 Oct 2011 07:04:38 +0000 (UTC) Received: from smtp206.alice.it (smtp206.alice.it [82.57.200.102]) by pigeon.gentoo.org (Postfix) with ESMTP id 7874921C173 for ; Fri, 14 Oct 2011 07:03:15 +0000 (UTC) Received: from infra.agr.fm (87.2.207.186) by smtp206.alice.it (8.5.124.08) id 4E4BBF77052A0214 for gentoo-user@lists.gentoo.org; Fri, 14 Oct 2011 09:03:14 +0200 Received: from star.agr.fm (star.agr.fm [192.168.64.2]) by infra.agr.fm (Postfix) with ESMTP id CE1FA587DAE for ; Fri, 14 Oct 2011 09:03:14 +0200 (CEST) Message-ID: <4E97DEB1.7050009@alyf.net> Date: Fri, 14 Oct 2011 09:03:13 +0200 From: Andrea Conti User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.6; rv:7.0.1) Gecko/20110929 Thunderbird/7.0.1 Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-user@lists.gentoo.org Reply-to: gentoo-user@lists.gentoo.org MIME-Version: 1.0 To: gentoo-user@lists.gentoo.org Subject: Re: [gentoo-user] subversion-1.7.0 and layman References: In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-Archives-Salt: X-Archives-Hash: 98effa8d8deb72c0268411cc6508048a Hello, > "svn: E155036: Please see the 'svn upgrade' command > svn: E155036: Working copy .... is too old." > > Should I downgrade subversion or just waiting till the particular > layman repositorys' format will be upgraded? The problem is with your working copy, not with the repository. Subversion 1.7 uses a new format for storing metadata in working copies which is not compatible with the one used up to 1.6. You can upgrade to the new format with $ svn upgrade /var/lib/layman/ Be warned, though, that there is no way to convert back to the old format -- if you decide to downgrade subversion later on you will need to delete the overlay and check it out again. andrea