From users-return-16629-apmail-subversion-users-archive=subversion.apache.org@subversion.apache.org Wed Nov 7 12:48:09 2012 Return-Path: X-Original-To: apmail-subversion-users-archive@minotaur.apache.org Delivered-To: apmail-subversion-users-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 9F8FADCBB for ; Wed, 7 Nov 2012 12:48:09 +0000 (UTC) Received: (qmail 5172 invoked by uid 500); 7 Nov 2012 12:48:08 -0000 Delivered-To: apmail-subversion-users-archive@subversion.apache.org Received: (qmail 5073 invoked by uid 500); 7 Nov 2012 12:48:08 -0000 Mailing-List: contact users-help@subversion.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Delivered-To: mailing list users@subversion.apache.org Received: (qmail 5053 invoked by uid 99); 7 Nov 2012 12:48:08 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 07 Nov 2012 12:48:08 +0000 X-ASF-Spam-Status: No, hits=-0.0 required=5.0 tests=SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: local policy) Received: from [69.167.74.225] (HELO kitara.bluecollarobjects.com) (69.167.74.225) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 07 Nov 2012 12:47:59 +0000 Received: from localhost (localhost [127.0.0.1]) by kitara.bluecollarobjects.com (Postfix) with ESMTP id 024F6489056B; Wed, 7 Nov 2012 07:47:37 -0500 (EST) X-Virus-Scanned: amavisd-new at bluejeantime.com Received: from kitara.bluecollarobjects.com ([127.0.0.1]) by localhost (kitara.bluecollarobjects.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id DT3JFLY0vVRh; Wed, 7 Nov 2012 07:47:31 -0500 (EST) Received: from new-host-2.home (pool-96-241-209-53.washdc.fios.verizon.net [96.241.209.53]) by kitara.bluecollarobjects.com (Postfix) with ESMTPSA id 0DABE4890513; Wed, 7 Nov 2012 07:47:31 -0500 (EST) Subject: Re: Unable to copy projects with history from one repo to a new repo on different server Mime-Version: 1.0 (Apple Message framework v1085) Content-Type: text/plain; charset=us-ascii From: List Man In-Reply-To: <4F7A7621A511B945915EB16D655311D812DC66043F@GBOXFW99E01MSX.ww005.siemens.net> Date: Wed, 7 Nov 2012 07:47:32 -0500 Cc: "users@subversion.apache.org" Content-Transfer-Encoding: quoted-printable Message-Id: <3E1B6CFE-085E-4E08-B3F0-D44FA8E43C8D@bluejeantime.com> References: <4F7A7621A511B945915EB16D655311D812DC66043F@GBOXFW99E01MSX.ww005.siemens.net> To: "Cooke, Mark" X-Mailer: Apple Mail (2.1085) X-Virus-Checked: Checked by ClamAV on apache.org Yes, I do. ZK On Nov 7, 2012, at 6:54 AM, Cooke, Mark wrote: >> -----Original Message----- >> From: List Man [mailto:list.man@bluejeantime.com]=20 >> Sent: 07 November 2012 11:42 >> To: users@subversion.apache.org >> Subject: Unable to copy projects with history from one repo=20 >> to a new repo on different server >>=20 >> I am using subversion 1.5.5 on both servers. I am trying to=20 >> dump filter a couple of directories from an old repo and put=20 >> them into a new repo on different server. I have the dump=20 >> and did svnadmin load and I get no errors, but I can't see=20 >> the files in eclipse or with anything else on new server. =20 >> The trunk shows up with the new revision number but no=20 >> dirs/files show up. I am using "svndumpfilter include=20 >> /var/repos/trunk/directory name < file.dump> new.dump". I am=20 >> using "svnadmin load /var/repos < new.dump" to load the dirs=20 >> in a new repos with new name. =20 >>=20 >> Any ideas? >>=20 >> ZK >=20 > ...just a quick one: do you have any path-based auth configured on the = new server? >=20 > ~ mark c