| delorie.com/archives/browse.cgi | search |
| X-Recipient: | archive-cygwin AT delorie DOT com |
| DomainKey-Signature: | a=rsa-sha1; c=nofws; d=sourceware.org; h=list-id |
| :list-unsubscribe:list-subscribe:list-archive:list-post | |
| :list-help:sender:message-id:date:from:mime-version:to:subject | |
| :references:in-reply-to:content-type:content-transfer-encoding; | |
| q=dns; s=default; b=tiUB62aSyfJHV8hkw3SiYZ3HE66dio3SSlakEubqKRZ | |
| ysxQz1Kk6yLBdb9m48EmIkSX0XCbRVh+0xCWzFy0bBFKYNML3zw0HAS9EqPMcb23 | |
| ulX4GCZ7y+NJfXTpDdB5ifMwIRf5sIvgY31nEXE0tA6RlY16pVCx1+4DFbfI1vmQ | |
| = | |
| DKIM-Signature: | v=1; a=rsa-sha1; c=relaxed; d=sourceware.org; h=list-id |
| :list-unsubscribe:list-subscribe:list-archive:list-post | |
| :list-help:sender:message-id:date:from:mime-version:to:subject | |
| :references:in-reply-to:content-type:content-transfer-encoding; | |
| s=default; bh=2NCUYayCEJ0aiaTq1YWcxtdCEx8=; b=y5qpQly/bRGj6H3Xf | |
| fMQa13b98iXSjn7o+qkMYt4P8vk+H/Z5LvYZM4kHQpcFs/4C5uhv5oxDIGF/9Eo7 | |
| lhzdbAqpoOWBeCjUGBUXYhftT1f5kcDVdpE+4GRHgbxqXu6SkcJe28o51K4wth0U | |
| h0QAjLAIt5Gzx/tym3dufUiDmU= | |
| Mailing-List: | contact cygwin-help AT cygwin DOT com; run by ezmlm |
| List-Id: | <cygwin.cygwin.com> |
| List-Subscribe: | <mailto:cygwin-subscribe AT cygwin DOT com> |
| List-Archive: | <http://sourceware.org/ml/cygwin/> |
| List-Post: | <mailto:cygwin AT cygwin DOT com> |
| List-Help: | <mailto:cygwin-help AT cygwin DOT com>, <http://sourceware.org/ml/#faqs> |
| Sender: | cygwin-owner AT cygwin DOT com |
| Mail-Followup-To: | cygwin AT cygwin DOT com |
| Delivered-To: | mailing list cygwin AT cygwin DOT com |
| Authentication-Results: | sourceware.org; auth=none |
| X-Virus-Found: | No |
| X-Spam-SWARE-Status: | No, score=-0.3 required=5.0 tests=AWL,BAYES_50,FREEMAIL_FROM,FREEMAIL_REPLY,RCVD_IN_DNSWL_LOW,SPF_PASS autolearn=no version=3.3.2 |
| X-HELO: | mail-wg0-f51.google.com |
| X-Received: | by 10.180.97.101 with SMTP id dz5mr26722858wib.52.1408687832567; Thu, 21 Aug 2014 23:10:32 -0700 (PDT) |
| Message-ID: | <53F6DEBD.9090002@gmail.com> |
| Date: | Fri, 22 Aug 2014 08:10:05 +0200 |
| From: | Marco Atzeri <marco DOT atzeri AT gmail DOT com> |
| User-Agent: | Mozilla/5.0 (Windows NT 6.1; WOW64; rv:31.0) Gecko/20100101 Thunderbird/31.0 |
| MIME-Version: | 1.0 |
| To: | cygwin AT cygwin DOT com |
| Subject: | Re: subversion failure for anonymous checkout |
| References: | <53F62034 DOT 9000801 AT gmail DOT com> <1862699600 DOT 20140821214100 AT yandex DOT ru> |
| In-Reply-To: | <1862699600.20140821214100@yandex.ru> |
| X-IsSubscribed: | yes |
On 21/08/2014 19:41, Andrey Repin wrote:
> Greetings, Marco Atzeri!
>
>> the following command on cygwin require password for a
>> anonymous checkout
>
>> $ svn co https://icl.cs.utk.edu/svn/lapack-dev/lapack/trunk
>> Authentication realm: <https://icl.cs.utk.edu:443> LAPACK-DEV
>> Password for 'marco': ^Csvn: E200015: The operation was interrupted
>
>> while on Linux with subversion 1.6.11 it does not require password
>> and allow the checkout.
>
>> Any ideas ?
>
> Hazard a guess?
>
> [C:\d\src\lapack]$ svn co https://icl.cs.utk.edu/svn/lapack-dev/lapack/trunk --depth=immediates
>
> [C:\d\src\lapack]$ svn --version
> svn, version 1.6.13 (r1002816)
> compiled Oct 3 2010, 23:19:41
>
> Copyright (C) 2000-2009 CollabNet.
> Subversion is open source software, see http://subversion.tigris.org/
> This product includes software developed by CollabNet (http://www.Collab.Net/).
>
> The following repository access (RA) modules are available:
>
> * ra_neon : Module for accessing a repository via WebDAV protocol using Neon.
> - handles 'http' scheme
> - handles 'https' scheme
> * ra_svn : Module for accessing a repository using the svn network protocol.
> - with Cyrus SASL authentication
> - handles 'svn' scheme
> * ra_local : Module for accessing a repository on local disk.
> - handles 'file' scheme
> * ra_serf : Module for accessing a repository via WebDAV protocol using serf.
> - handles 'http' scheme
> - handles 'https' scheme
>
eventually ra_neon
$ svn --version
svn, version 1.8.10 (r1615264)
compiled Aug 11 2014, 18:37:11 on x86_64-unknown-cygwin
Copyright (C) 2014 The Apache Software Foundation.
This software consists of contributions made by many people;
see the NOTICE file for more information.
Subversion is open source software, see http://subversion.apache.org/
The following repository access (RA) modules are available:
* ra_svn : Module for accessing a repository using the svn network protocol.
- with Cyrus SASL authentication
- handles 'svn' scheme
* ra_local : Module for accessing a repository on local disk.
- handles 'file' scheme
* ra_serf : Module for accessing a repository via WebDAV protocol using
serf.
- using serf 1.3.7
- handles 'http' scheme
- handles 'https' scheme
>
> --
> WBR,
> Andrey Repin (anrdaemon AT yandex DOT ru) 21.08.2014, <21:40>
>
> Sorry for my terrible english...
>
--
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
| webmaster | delorie software privacy |
| Copyright © 2019 by DJ Delorie | Updated Jul 2019 |