From owner-freebsd-questions@FreeBSD.ORG Mon Oct 3 18:17:33 2011 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 2EAA2106564A for ; Mon, 3 Oct 2011 18:17:33 +0000 (UTC) (envelope-from christer.solskogen@gmail.com) Received: from mail-ww0-f50.google.com (mail-ww0-f50.google.com [74.125.82.50]) by mx1.freebsd.org (Postfix) with ESMTP id B9D4F8FC15 for ; Mon, 3 Oct 2011 18:17:32 +0000 (UTC) Received: by wwe3 with SMTP id 3so5849472wwe.31 for ; Mon, 03 Oct 2011 11:17:31 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :cc:content-type; bh=ud8ICPEmy6YMAvv+nIje6lHUzwXvWLyjMjd+2ruJFXs=; b=NfQSQ4kuZ7pe9bNZg8Jx+b5La+24+BOLm9O0egvyYBdgf/tMRh8e4pi2/niVyX58NY UbX0J7pclTtRF2L5E+i8kK6fHbEOgRGGzTYQHHg7z76NcL5mF5+Xp+u/Q4Uy575YVE9I gMdMRy4TyR1WPsfo9uMdLrmkHzTHZ+HAmEbHM= Received: by 10.227.59.211 with SMTP id m19mr233812wbh.56.1317664230095; Mon, 03 Oct 2011 10:50:30 -0700 (PDT) MIME-Version: 1.0 Received: by 10.227.155.77 with HTTP; Mon, 3 Oct 2011 10:50:10 -0700 (PDT) In-Reply-To: References: From: Christer Solskogen Date: Mon, 3 Oct 2011 19:50:10 +0200 Message-ID: To: n dhert Content-Type: text/plain; charset=ISO-8859-1 Cc: freebsd-questions@freebsd.org Subject: Re: moving a svn repository 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, 03 Oct 2011 18:17:33 -0000 On Mon, Oct 3, 2011 at 7:32 PM, n dhert wrote: > One user wants the SVN repository of one project to be transferred to a > different machine (which had > exactly the same FreeBSD version and exactly the same version of the svn > software). > Yeah, no problem. But I'll recommend that the user checks out his working directory after the change. Subversions switch command pr. instance do not always work svn:properties. -- chs,