From users-return-1967-apmail-subversion-users-archive=subversion.apache.org@subversion.apache.org Thu Apr 01 15:49:47 2010 Return-Path: Delivered-To: apmail-subversion-users-archive@minotaur.apache.org Received: (qmail 7852 invoked from network); 1 Apr 2010 15:49:47 -0000 Received: from unknown (HELO mail.apache.org) (140.211.11.3) by 140.211.11.9 with SMTP; 1 Apr 2010 15:49:47 -0000 Received: (qmail 63921 invoked by uid 500); 1 Apr 2010 15:49:46 -0000 Delivered-To: apmail-subversion-users-archive@subversion.apache.org Received: (qmail 63904 invoked by uid 500); 1 Apr 2010 15:49:46 -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 63897 invoked by uid 99); 1 Apr 2010 15:49:46 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 01 Apr 2010 15:49:46 +0000 X-ASF-Spam-Status: No, hits=0.7 required=10.0 tests=RCVD_IN_DNSWL_NONE,SPF_HELO_PASS,SPF_NEUTRAL X-Spam-Check-By: apache.org Received-SPF: neutral (athena.apache.org: local policy) Received: from [80.67.31.29] (HELO smtprelay02.ispgateway.de) (80.67.31.29) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 01 Apr 2010 15:49:39 +0000 Received: from [75.34.102.111] (helo=[192.168.7.75]) by smtprelay02.ispgateway.de with esmtpsa (TLSv1:AES128-SHA:128) (Exim 4.68) (envelope-from ) id 1NxMdw-0000x8-64; Thu, 01 Apr 2010 17:49:16 +0200 Subject: Re: Can I not use svnadmin load with a remote repository? Mime-Version: 1.0 (Apple Message framework v1077) Content-Type: text/plain; charset=us-ascii From: Ryan Schmidt In-Reply-To: <4BB4BFB3.3060906@edingo.net> Date: Thu, 1 Apr 2010 10:49:14 -0500 Cc: users@subversion.apache.org Content-Transfer-Encoding: quoted-printable Message-Id: <2AA3E420-0BA6-43CE-9DEA-7B67FD65A1BD@ryandesign.com> References: <4BB4BFB3.3060906@edingo.net> To: David Bartmess X-Mailer: Apple Mail (2.1077) X-Df-Sender: 368818 On Apr 1, 2010, at 10:45, David Bartmess wrote: > My company has done a preliminary spec for moving from CVS to = Subversion, using the python script cvs2svn. The cvs2svn script works = fine, but when I try to do an svnadmin load of the dump file created, = using the Assembla https URL, it complains that it can't find a "format" = file. >=20 > After quite a bit of web searching, I think I see the problem. The = path for the destination of where to load the dumpfile contents seems to = have to be a file path, not a URL. Is this right? That is correct.