From mboxrd@z Thu Jan  1 00:00:00 1970
Return-Path: <gentoo-devhelp+bounces-179-garchives=archives.gentoo.org@lists.gentoo.org>
Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80])
	by finch.gentoo.org (Postfix) with ESMTP id A65C9138010
	for <garchives@archives.gentoo.org>; Sat, 30 Mar 2013 09:18:34 +0000 (UTC)
Received: from pigeon.gentoo.org (localhost [127.0.0.1])
	by pigeon.gentoo.org (Postfix) with SMTP id 2001EE087F;
	Sat, 30 Mar 2013 09:18:29 +0000 (UTC)
Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183])
	(using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits))
	(No client certificate requested)
	by pigeon.gentoo.org (Postfix) with ESMTPS id 564A3E087F
	for <gentoo-devhelp@lists.gentoo.org>; Sat, 30 Mar 2013 09:18:28 +0000 (UTC)
Received: from localhost (localhost [127.0.0.1])
	by smtp.gentoo.org (Postfix) with ESMTP id 6ED6233D3D2
	for <gentoo-devhelp@lists.gentoo.org>; Sat, 30 Mar 2013 09:18:27 +0000 (UTC)
X-Virus-Scanned: by amavisd-new using ClamAV at gentoo.org
X-Spam-Flag: NO
X-Spam-Score: -0.307
X-Spam-Level:
X-Spam-Status: No, score=-0.307 tagged_above=-999 required=5.5
	tests=[AWL=-0.204, DKIM_ADSP_CUSTOM_MED=0.001, FREEMAIL_FROM=0.001,
	NML_ADSP_CUSTOM_MED=1.2, RCVD_IN_DNSWL_NONE=-0.0001,
	RP_MATCHES_RCVD=-1.303, SPF_HELO_PASS=-0.001, SPF_PASS=-0.001]
	autolearn=no
Received: from smtp.gentoo.org ([IPv6:::ffff:127.0.0.1])
	by localhost (smtp.gentoo.org [IPv6:::ffff:127.0.0.1]) (amavisd-new, port 10024)
	with ESMTP id 62awtrYtahcA for <gentoo-devhelp@lists.gentoo.org>;
	Sat, 30 Mar 2013 09:18:22 +0000 (UTC)
Received: from plane.gmane.org (plane.gmane.org [80.91.229.3])
	(using TLSv1 with cipher AES256-SHA (256/256 bits))
	(No client certificate requested)
	by smtp.gentoo.org (Postfix) with ESMTPS id D0EDA33BE50
	for <gentoo-devhelp@gentoo.org>; Sat, 30 Mar 2013 09:18:15 +0000 (UTC)
Received: from list by plane.gmane.org with local (Exim 4.69)
	(envelope-from <glgd-gentoo-devhelp@m.gmane.org>)
	id 1ULrvn-0005vH-4x
	for gentoo-devhelp@gentoo.org; Sat, 30 Mar 2013 10:18:35 +0100
Received: from athedsl-345897.home.otenet.gr ([85.72.206.199])
        by main.gmane.org with esmtp (Gmexim 0.1 (Debian))
        id 1AlnuQ-0007hv-00
        for <gentoo-devhelp@gentoo.org>; Sat, 30 Mar 2013 10:18:35 +0100
Received: from realnc by athedsl-345897.home.otenet.gr with local (Gmexim 0.1 (Debian))
        id 1AlnuQ-0007hv-00
        for <gentoo-devhelp@gentoo.org>; Sat, 30 Mar 2013 10:18:35 +0100
X-Injected-Via-Gmane: http://gmane.org/
To: gentoo-devhelp@lists.gentoo.org
From: Nikos Chantziaras <realnc@gmail.com>
Subject: [gentoo-devhelp] Switching ebuild to different SVN repository
Date: Sat, 30 Mar 2013 11:17:46 +0200
Organization: Lucas Barks
Message-ID: <kj6ajs$n42$1@ger.gmane.org>
Precedence: bulk
List-Post: <mailto:gentoo-devhelp@lists.gentoo.org>
List-Help: <mailto:gentoo-devhelp+help@lists.gentoo.org>
List-Unsubscribe: <mailto:gentoo-devhelp+unsubscribe@lists.gentoo.org>
List-Subscribe: <mailto:gentoo-devhelp+subscribe@lists.gentoo.org>
List-Id: Gentoo Development-related help <gentoo-devhelp.gentoo.org>
X-BeenThere: gentoo-devhelp@gentoo.org
X-BeenThere: gentoo-devhelp@lists.gentoo.org
Reply-To: gentoo-devhelp@lists.gentoo.org
Mime-Version: 1.0
Content-Type: text/plain; charset=UTF-8; format=flowed
Content-Transfer-Encoding: 7bit
X-Complaints-To: usenet@ger.gmane.org
X-Gmane-NNTP-Posting-Host: athedsl-345897.home.otenet.gr
User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:17.0) Gecko/20130307 Thunderbird/17.0.4
X-Archives-Salt: d6547e1b-db75-4b10-a8c8-c6fec167bbd0
X-Archives-Hash: 001addb8d5258547145e4b1356bd0a49

When changing ESVN_REPO_URI in an ebuild, trying to emerge will result 
in an error, saying that the new repo is not the same as the old one.

I suppose that it's simply the user's responsibility to:

   rm -r <DISTDIR>/svn-src/<repo>

and there's nothing to do regarding this in the ebuild itself, right?