From users-return-1966-daniel=haxx.se@subversion.apache.org Thu Apr 1 17:49:20 2010 Return-Path: Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by giant.haxx.se (8.14.3/8.14.3/Debian-9) with SMTP id o31FnJxV011791 for ; Thu, 1 Apr 2010 17:49:20 +0200 Received: (qmail 62828 invoked by uid 500); 1 Apr 2010 15:49:19 -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 62817 invoked by uid 99); 1 Apr 2010 15:49:19 -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:19 +0000 X-ASF-Spam-Status: No, hits=-0.7 required=10.0 tests=AWL,FREEMAIL_FROM,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of andy.levy@gmail.com designates 74.125.82.171 as permitted sender) Received: from [74.125.82.171] (HELO mail-wy0-f171.google.com) (74.125.82.171) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 01 Apr 2010 15:49:14 +0000 Received: by wyf28 with SMTP id 28so285589wyf.16 for ; Thu, 01 Apr 2010 08:48:53 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:in-reply-to:references :from:date:received:message-id:subject:to:cc:content-type; bh=zrCBMOQcBMAbqtz8vXWRfVoxsaNuE4jD0Ha9cMvLj7U=; b=B/yAsIekg+Zg1tpMD11Nof4xEPpRPx9OY+wABSWFwVn5/jGyfpGxwKUnI2tI560E+f 0v0b1JWp09kaNAWkMyeBzKuekPi63ALwH/GAUqwQzMDpOS2rNkU0WWfGe7yzJLHsMfSg TMndsUaXOBAqPcHKKyBt1jkcqCuiNXnLyzFE4= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :cc:content-type; b=GZh7PpUtbt6/hPdWwhNtLi2WMXslu3skgJrFdAT2VCrzN9EBeiqMThS1cKWC4bodSo tZDOFiJw5EmzQ9z87usJAjM64RhgqJqLRgDBIsfbdATjX5i2nYfr7PIWgO4jlYbAjVKe bV7eFdDXn8nm0V9axLYTNBJzl/v26hjx1m1hU= MIME-Version: 1.0 Received: by 10.216.200.30 with HTTP; Thu, 1 Apr 2010 08:48:33 -0700 (PDT) In-Reply-To: <4BB4BFB3.3060906@edingo.net> References: <4BB4BFB3.3060906@edingo.net> From: Andy Levy Date: Thu, 1 Apr 2010 11:48:33 -0400 Received: by 10.216.86.212 with SMTP id w62mr521968wee.131.1270136933130; Thu, 01 Apr 2010 08:48:53 -0700 (PDT) Message-ID: Subject: Re: Can I not use svnadmin load with a remote repository? To: David Bartmess Cc: users@subversion.apache.org Content-Type: text/plain; charset=ISO-8859-1 On Thu, Apr 1, 2010 at 11: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. > > 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? Or am I missing something? svnadmin requires local filesystem access for everything it does.