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 DF84DE08F for ; Mon, 4 Feb 2013 14:16:39 +0000 (UTC) Received: (qmail 51542 invoked by uid 500); 4 Feb 2013 14:16:39 -0000 Delivered-To: apmail-subversion-users-archive@subversion.apache.org Received: (qmail 51230 invoked by uid 500); 4 Feb 2013 14:16:35 -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 51207 invoked by uid 99); 4 Feb 2013 14:16:34 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 04 Feb 2013 14:16:34 +0000 X-ASF-Spam-Status: No, hits=-0.0 required=5.0 tests=RCVD_IN_DNSWL_NONE,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: local policy) Received: from [212.54.34.166] (HELO smtpq3.gn.mail.iss.as9143.net) (212.54.34.166) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 04 Feb 2013 14:16:25 +0000 Received: from [212.54.34.133] (helo=smtp2.gn.mail.iss.as9143.net) by smtpq3.gn.mail.iss.as9143.net with esmtp (Exim 4.71) (envelope-from ) id 1U2Mq5-0008JW-Fr for users@subversion.apache.org; Mon, 04 Feb 2013 15:16:05 +0100 Received: from 524a811f.cm-4-3c.dynamic.ziggo.nl ([82.74.129.31] helo=[127.0.0.1]) by smtp2.gn.mail.iss.as9143.net with esmtpsa (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1U2Mq5-0002Mr-6S for users@subversion.apache.org; Mon, 04 Feb 2013 15:16:05 +0100 Message-ID: <510FC2A3.9030104@home.nl> Date: Mon, 04 Feb 2013 15:16:03 +0100 From: Chantal Wobben User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:17.0) Gecko/20130107 Thunderbird/17.0.2 MIME-Version: 1.0 To: users@subversion.apache.org Subject: problem turning existing directory to a svn repo Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Antivirus: avast! (VPS 130204-0, 04-02-2013), Outbound message X-Antivirus-Status: Clean X-Authenticated-Sender: r.wobben@home.nl (via SMTP) X-Ziggo-spambar: -- X-Ziggo-spamscore: -2.3 X-Ziggo-spamreport: ALL_TRUSTED=-1,BAYES_00=-1.9,CM_META_TB_NOARR=0.5,TW_SV=0.077 X-Ziggo-Spam-Status: No X-Virus-Checked: Checked by ClamAV on apache.org X-Old-Spam-Flag: No X-Old-Spam-Status: No Hello, I found this tutorial : http://masstransmit.com/garage_blog/create-svn-existing-project/ And I'm stuck with step 2. I did svnadmin create cinnamon-for-crux After that I did svn import cinnamon file:///cinnamon-for-crux -m "first import" But then I see these error messages: svn : Unable to connect to a repostory at url 'file:///cinnamon-for-crux svn: Unable to open an ra local session to URL svn: Unable to open repostory 'File:///cinnamon-for-crux What am I doing wrong here ? Roelof