public inbox for cygwin@cygwin.com
 help / color / mirror / Atom feed
* subversion failure for anonymous checkout
@ 2014-08-21 16:37 Marco Atzeri
  2014-08-21 17:12 ` David Rothenberger
                   ` (2 more replies)
  0 siblings, 3 replies; 7+ messages in thread
From: Marco Atzeri @ 2014-08-21 16:37 UTC (permalink / raw)
  To: cygwin

Hi,
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 ?

Regards
Marco

--
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

^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: subversion failure for anonymous checkout
  2014-08-21 16:37 subversion failure for anonymous checkout Marco Atzeri
@ 2014-08-21 17:12 ` David Rothenberger
  2014-09-01 21:22   ` Marco Atzeri
  2014-08-21 17:50 ` Andrey Repin
  2014-08-21 18:35 ` Andrey Repin
  2 siblings, 1 reply; 7+ messages in thread
From: David Rothenberger @ 2014-08-21 17:12 UTC (permalink / raw)
  To: cygwin

Marco Atzeri wrote:
> Hi,
> 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 ?

I get the same response from subversion 1.8.10 on my Linux box, so I
don't think this is Cygwin-specific.

-- 
David Rothenberger  ----  daveroth@acm.org

Andrea's Admonition:
        Never bestow profanity upon a driver who has wronged you.
        If you think his window is closed and he can't hear you,
        it isn't and he can.

--
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

^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: subversion failure for anonymous checkout
  2014-08-21 16:37 subversion failure for anonymous checkout Marco Atzeri
  2014-08-21 17:12 ` David Rothenberger
@ 2014-08-21 17:50 ` Andrey Repin
  2014-08-22  6:10   ` Marco Atzeri
  2014-08-21 18:35 ` Andrey Repin
  2 siblings, 1 reply; 7+ messages in thread
From: Andrey Repin @ 2014-08-21 17:50 UTC (permalink / raw)
  To: Marco Atzeri, cygwin

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
A    trunk\make.inc.example
A    trunk\lapack_testing.py
A    trunk\CMAKE
A    trunk\BLAS
A    trunk\LICENSE
A    trunk\cblas
A    trunk\CTestConfig.cmake
A    trunk\SRC
A    trunk\DOCS
A    trunk\lapack_build.cmake
A    trunk\README
A    trunk\lapacke
A    trunk\CTestCustom.cmake.in
A    trunk\lapack.pc.in
A    trunk\INSTALL
A    trunk\TESTING
A    trunk\Makefile
A    trunk\CMakeLists.txt
 U   trunk
Checked out revision 1498.

[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


--
WBR,
Andrey Repin (anrdaemon@yandex.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

^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: subversion failure for anonymous checkout
  2014-08-21 16:37 subversion failure for anonymous checkout Marco Atzeri
  2014-08-21 17:12 ` David Rothenberger
  2014-08-21 17:50 ` Andrey Repin
@ 2014-08-21 18:35 ` Andrey Repin
  2014-08-22  6:08   ` Marco Atzeri
  2 siblings, 1 reply; 7+ messages in thread
From: Andrey Repin @ 2014-08-21 18:35 UTC (permalink / raw)
  To: Marco Atzeri, cygwin

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 ?

P.S.
--no-auth-cache


--
WBR,
Andrey Repin (anrdaemon@yandex.ru) 21.08.2014, <22:33>

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

^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: subversion failure for anonymous checkout
  2014-08-21 18:35 ` Andrey Repin
@ 2014-08-22  6:08   ` Marco Atzeri
  0 siblings, 0 replies; 7+ messages in thread
From: Marco Atzeri @ 2014-08-22  6:08 UTC (permalink / raw)
  To: cygwin

On 21/08/2014 20:33, 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 ?
>
> P.S.
> --no-auth-cache
>

I should say not this one

Marco


--
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

^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: subversion failure for anonymous checkout
  2014-08-21 17:50 ` Andrey Repin
@ 2014-08-22  6:10   ` Marco Atzeri
  0 siblings, 0 replies; 7+ messages in thread
From: Marco Atzeri @ 2014-08-22  6:10 UTC (permalink / raw)
  To: cygwin



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@yandex.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

^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: subversion failure for anonymous checkout
  2014-08-21 17:12 ` David Rothenberger
@ 2014-09-01 21:22   ` Marco Atzeri
  0 siblings, 0 replies; 7+ messages in thread
From: Marco Atzeri @ 2014-09-01 21:22 UTC (permalink / raw)
  To: cygwin

On 21/08/2014 19:10, David Rothenberger wrote:
> Marco Atzeri wrote:
>> Hi,
>> 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 ?
>
> I get the same response from subversion 1.8.10 on my Linux box, so I
> don't think this is Cygwin-specific.
>

Thanks David,
it looks like this problem
http://subversion.tigris.org/issues/show_bug.cgi?id=4416
http://svn.haxx.se/users/archive-2013-08/0334.shtml

but the upstream server is Subversion 1.7.8 (r1419691)

Marco

--
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

^ permalink raw reply	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2014-09-01 21:22 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2014-08-21 16:37 subversion failure for anonymous checkout Marco Atzeri
2014-08-21 17:12 ` David Rothenberger
2014-09-01 21:22   ` Marco Atzeri
2014-08-21 17:50 ` Andrey Repin
2014-08-22  6:10   ` Marco Atzeri
2014-08-21 18:35 ` Andrey Repin
2014-08-22  6:08   ` Marco Atzeri

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).