From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 85609 invoked by alias); 8 Mar 2016 18:33:01 -0000 Mailing-List: contact cygwin-help@cygwin.com; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner@cygwin.com Mail-Followup-To: cygwin@cygwin.com Received: (qmail 85595 invoked by uid 89); 8 Mar 2016 18:33:00 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-2.5 required=5.0 tests=AWL,BAYES_00,FREEMAIL_FROM,RCVD_IN_DNSWL_LOW,SPF_PASS autolearn=ham version=3.3.2 spammy=Hx-languages-length:728, UD:drive.google.com, sk:drive.g, drive.google.com X-HELO: mail-ig0-f173.google.com Received: from mail-ig0-f173.google.com (HELO mail-ig0-f173.google.com) (209.85.213.173) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with (AES128-GCM-SHA256 encrypted) ESMTPS; Tue, 08 Mar 2016 18:32:59 +0000 Received: by mail-ig0-f173.google.com with SMTP id hb3so71255440igb.0 for ; Tue, 08 Mar 2016 10:32:58 -0800 (PST) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:from:subject:to:message-id:date:user-agent :mime-version:content-transfer-encoding; bh=8UFcg/PvCJGktJo94m2d/DW//5iUcyGhD59/V9OIFW4=; b=h9b3io8OSkWIKJ2qYQgSHB91Qwc5OFz+aGJRKCcUFJWcJBG/zgX9L0eqztKUkh9NVX Ou61z0uRL8Z5Csc1XlMBpWKp32TSs8hMBj7fT4Cn04/MuZB6jjXolG7wOKGooCHZdd3N Lsawr4y3cGrpfutNoruFM3Oumw/jSIH9oBRe0ZH6pKwpmhlQ9XcCBjIJaDJ8fuK9fl5t lEzVNwGx/1ktI5EIqHFIrQCPMrUFvntSE9xrADA2XP3RVguXQMpDsL/vaBTxMBYSBYXS HtFHkx/9XqgCj8YnZKM6Y2kqkQpFd0KXju1APdmL5E8uE6/E6YCXGEWIAmQ9Pk/3kFhK KnwA== X-Gm-Message-State: AD7BkJL8ZF8Ano+2BXLb2J6CItW09uOSCNFv4KOszD+IfF7kVvTtWM3Nix/lEOaVZCZX7w== X-Received: by 10.50.25.227 with SMTP id f3mr20705129igg.21.1457461977107; Tue, 08 Mar 2016 10:32:57 -0800 (PST) Received: from [192.168.0.9] (d27-96-48-76.nap.wideopenwest.com. [96.27.76.48]) by smtp.gmail.com with ESMTPSA id v29sm1612116iov.11.2016.03.08.10.32.56 for (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Tue, 08 Mar 2016 10:32:56 -0800 (PST) From: cyg Simple Subject: git svn -T svn://svn. ... To: cygwin@cygwin.com Message-ID: <56DF1ABE.9050007@gmail.com> Date: Tue, 08 Mar 2016 18:33:00 -0000 User-Agent: Mozilla/5.0 (Windows NT 10.0; WOW64; rv:38.0) Gecko/20100101 Thunderbird/38.6.0 MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-IsSubscribed: yes X-SW-Source: 2016-03/txt/msg00080.txt.bz2 Using the latest production release 2.4.1(1) the command is removing the / after the svn: leaving svn:/svn which isn't correct. Using 'svn://svn' doesn't help either. (1) CYGWIN_NT-10.0 HAL2002 2.4.1(0.293/5/3) 2016-01-24 11:26 x86_64 Cygwin (2) $ git svn init -T 'svn://svn.code.sf.net/p/squirrelmail/code/trunk' E: 'svn:/svn.code.sf.net/p/squirrelmail/code/trunk' is not a complete URL and a separate URL is not specified (3) $ git svn init --trunk='svn://svn.code.sf.net/p/squirrelmail/code/trunk' E: 'svn:/svn.code.sf.net/p/squirrelmail/code/trunk' is not a complete URL and a separate URL is not specified strace @ https://drive.google.com/open?id=0B6c3VsMjSWW6eWZjLU1IYml6ZVk -- cyg Simple -- Problem reports: http://cygwin.com/problems.html FAQ: http://cygwin.com/faq/ Documentation: http://cygwin.com/docs.html Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple