You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@subversion.apache.org by Marc de Kwant <m....@gmail.com> on 2009/08/31 10:40:17 UTC

Problem using subversion https on OSX

Hi,

I am experiencing a problem with svn on my mac.

I am using svn 1.6.5, mac 10.5.8, java 1.5 and subsclipse 1.6.x (or  
cmdline)

I have tried either commandline or subclise and both attempts give me  
the same problem.

The Problem:

I issue the command: svn checkout https://www.myproject.com -r HEAD

then the checkout begins and after a couple files it just hangs.. It  
gives no error no timeout no nothing. Just does nothing..

When I abort the process then the following error shows up (but this  
is probably due to my abort)

/Projects/!svn/vcc/default': Could not read response body: Interrupted  
system call  (https://www.myproject.com)

I hope you can help me...


Kind regards,

Marc de Kwant

------------------------------------------------------
http://subversion.tigris.org/ds/viewMessage.do?dsForumId=1065&dsMessageId=2388833

To unsubscribe from this discussion, e-mail: [users-unsubscribe@subversion.tigris.org].

Re: Problem using subversion https on OSX

Posted by Stephen Butler <sb...@elego.de>.
Quoting Marc de Kwant <m....@gmail.com>:

> Hi,
>
> I am experiencing a problem with svn on my mac.
>
> I am using svn 1.6.5, mac 10.5.8, java 1.5 and subsclipse 1.6.x (or
> cmdline)
>
> I have tried either commandline or subclise and both attempts give me
> the same problem.
>
> The Problem:
>
> I issue the command: svn checkout https://www.myproject.com -r HEAD
>
> then the checkout begins and after a couple files it just hangs.. It
> gives no error no timeout no nothing. Just does nothing..
>
> When I abort the process then the following error shows up (but this
> is probably due to my abort)
>
> /Projects/!svn/vcc/default': Could not read response body: Interrupted
> system call  (https://www.myproject.com)
>

That sounds like a timeout, according to

   http://svn.haxx.se/users/archive-2006-10/0413.shtml


The client "http-timeout" option is described in

    
http://svnbook.red-bean.com/nightly/en/svn.advanced.confarea.html#svn.advanced.confarea.opts.config

Regards,
Steve

-- 
Stephen Butler | Software Developer
elego Software Solutions GmbH
Gustav-Meyer-Allee 25 | 13355 Berlin | Germany
fon: +49 30 2345 8696 | mobile: +49 163 25 45 015
fax: +49 30 2345 8695 | http://www.elegosoft.com
Geschäftsführer: Olaf Wagner | Sitz der Gesellschaft: Berlin
Amtsgericht Charlottenburg HRB 77719 | USt-IdNr: DE163214194

------------------------------------------------------
http://subversion.tigris.org/ds/viewMessage.do?dsForumId=1065&dsMessageId=2388842

To unsubscribe from this discussion, e-mail: [users-unsubscribe@subversion.tigris.org].


Re: Problem using subversion https on OSX

Posted by Marc de Kwant <m....@gmail.com>.
I have waited about 15 minutes.
I also checked the file out using svn export.. this worked without any  
problem...
The files are not that big (just a flex application).




On Aug 31, 2009, at 1:01 PM, Johan Corveleyn wrote:

>> Van: Marc de Kwant [mailto:m.de.kwant@gmail.com]
>>
>> Hi,
>>
>> I am experiencing a problem with svn on my mac.
>>
>> I am using svn 1.6.5, mac 10.5.8, java 1.5 and subsclipse 1.6.x (or
>> cmdline)
>>
>> I have tried either commandline or subclise and both attempts give
>> me
>> the same problem.
>>
>> The Problem:
>>
>> I issue the command: svn checkout https://www.myproject.com -r HEAD
>>
>> then the checkout begins and after a couple files it just hangs..
>> It
>> gives no error no timeout no nothing. Just does nothing..
>>
>> When I abort the process then the following error shows up (but
>> this
>> is probably due to my abort)
>>
>> /Projects/!svn/vcc/default': Could not read response body:
>> Interrupted
>> system call  (https://www.myproject.com)
>
> How long did you wait?
>
> Suppose there is a really big file in there (and/or slow network  
> connection), it can take a while for that file to be checked out.  
> Does it always hang on the same file?
>
> Johan

------------------------------------------------------
http://subversion.tigris.org/ds/viewMessage.do?dsForumId=1065&dsMessageId=2388844

To unsubscribe from this discussion, e-mail: [users-unsubscribe@subversion.tigris.org].

RE: Problem using subversion https on OSX

Posted by Johan Corveleyn <jo...@uz.kuleuven.ac.be>.
> Van: Marc de Kwant [mailto:m.de.kwant@gmail.com]
> 
> Hi,
> 
> I am experiencing a problem with svn on my mac.
> 
> I am using svn 1.6.5, mac 10.5.8, java 1.5 and subsclipse 1.6.x (or
> cmdline)
> 
> I have tried either commandline or subclise and both attempts give
> me
> the same problem.
> 
> The Problem:
> 
> I issue the command: svn checkout https://www.myproject.com -r HEAD
> 
> then the checkout begins and after a couple files it just hangs..
> It
> gives no error no timeout no nothing. Just does nothing..
> 
> When I abort the process then the following error shows up (but
> this
> is probably due to my abort)
> 
> /Projects/!svn/vcc/default': Could not read response body:
> Interrupted
> system call  (https://www.myproject.com)

How long did you wait? 

Suppose there is a really big file in there (and/or slow network connection), it can take a while for that file to be checked out. Does it always hang on the same file?

Johan

------------------------------------------------------
http://subversion.tigris.org/ds/viewMessage.do?dsForumId=1065&dsMessageId=2388840

To unsubscribe from this discussion, e-mail: [users-unsubscribe@subversion.tigris.org].